DequeTCopyTo Method |
Name | Description | |
---|---|---|
![]() | CopyTo(T) |
Copies all the items in the list, in order, to array,
starting at index 0.
(Inherited from ListBaseT.) |
![]() | CopyTo(T, Int32) |
Copies all the items in the Deque into an array.
(Overrides CollectionBaseTCopyTo(T, Int32).) |
![]() | CopyTo(Int32, T, Int32, Int32) |
Copies a range of elements from the list to array,
starting at arrayIndex.
(Inherited from ListBaseT.) |