DataObjectCollection T  CopyTo Method Nemiro.Data.dll
Copies the items to the array.

Namespace: Nemiro.Data
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public void CopyTo(
	T[] array,
	int arrayIndex
)

Parameters

array
Type:  T 
Target one-dimensional array.
arrayIndex
Type: System Int32
Index (zero) at which to begin copying.

Implements

ICollection T  CopyTo( T , Int32)
See Also