Click or drag to resize

CollectionTCopyTo Method

Copies the collection to the specified index in the specified array.

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void CopyTo(
	T[] array,
	int arrayIndex
)

Parameters

array
Type: T
Array to copy this collection to.
arrayIndex
Type: SystemInt32
Array index to start to put copies in the array.

Implements

ICollectionTCopyTo(T, Int32)
See Also