Click or drag to resize

ObservableCollectionTCopyTo Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public void CopyTo(
	T[] array,
	int arrayIndex
)
Request Example View Source

Parameters

array
Type: T
The one-dimensional System.Array that is the destination of the elements copied from the collection. The System.Array must have zero-based indexing.
arrayIndex
Type: SystemInt32
The zero-based index in array at which copying begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also