PropertyMetadataCollection..::..CopyTo Method

Copies the collection elements to an existing array

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

Syntax


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

Parameters

array
Type: array<PropertyMetadata>[]()[][]
The one-dimensional System.Array that is the destination of the elements
arrayIndex
Type: Int32
The zero-based index in array at which copying begins.

Exceptions


ExceptionCondition
[ArgumentNullException]array
[ArgumentOutOfRangeException]arrayIndex