Click or drag to resize

SupportFoldersCopyTo Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Copies the entire list 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(
	string[] array,
	int arrayIndex
)
Request Example View Source

Parameters

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

Implements

ICollectionTCopyTo(T, Int32)
See Also