ConstructorMetadataCollection..::..CopyTo Method

Copies the elements of the [ICollection{T}] to an Array, starting at a particular Array index.

Namespace:  Tortuga.Anchor.Metadata
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public void CopyTo(
	ConstructorMetadata[] array,
	int arrayIndex
)
Public Sub CopyTo ( _
	array As ConstructorMetadata(), _
	arrayIndex As Integer _
)

Parameters

array
Type: array<ConstructorMetadata>[]()[][]
The one-dimensional [Array] that is the destination of the elements copied from [ICollection{T}]. The [Array] must have zero-based indexing.
arrayIndex
Type: Int32
The zero-based index in array at which copying begins.