Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

ReadOnlyListBase<(Of <(<'T>)>)>..::..CopyTo Method

Overload List


  Name Description
Public method CopyTo(array<T>[]()[][])
Copies all the items in the list, in order, to array, starting at index 0.
Public method CopyTo(array<T>[]()[][], Int32)
Copies all the items in the list, in order, to array, starting at arrayIndex.
Public method CopyTo(Int32, array<T>[]()[][], Int32, Int32)
Copies a range of elements from the list to array, starting at arrayIndex.