 | 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
Syntaxpublic void CopyTo(
T[] array,
int arrayIndex
)
Request Example
View SourceParameters
- 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