Click or drag to resize
DequeTCopyTo Method (T, Int32)
Copies all the items in the Deque into an array.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public override sealed void CopyTo(
	T[] array,
	int arrayIndex
)

Parameters

array
Type: T
Array to copy to.
arrayIndex
Type: SystemInt32
Starting index in array to copy to.

Implements

ICollectionTCopyTo(T, Int32)
See Also