DequeTCopyTo Method (T, Int32) |
Copies all the items in the Deque into an array.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic override sealed void CopyTo(
T[] array,
int arrayIndex
)
public:
virtual void CopyTo(
array<T>^ array,
int arrayIndex
) override sealed
Parameters
- array
- Type: T
Array to copy to. - arrayIndex
- Type: SystemInt32
Starting index in array to copy to.
Implements
ICollectionTCopyTo(T, Int32)
See Also