ListBaseTCopyTo Method |
Name | Description | |
---|---|---|
![]() | CopyTo(T) |
Copies all the items in the list, in order, to array,
starting at index 0.
|
![]() | CopyTo(T, Int32) |
Copies all the items in the collection into an array. Implemented by
using the enumerator returned from GetEnumerator to get all the items
and copy them to the provided array.
(Inherited from CollectionBaseT.) |
![]() | CopyTo(Int32, T, Int32, Int32) |
Copies a range of elements from the list to array,
starting at arrayIndex.
|