Method CopyTo
Namespace TallComponents.Interaction
Class Collection<TElement>
Copies the elements of the collection to the specified array.
Syntax
public Void CopyTo(TElement[] array, Int32 arrayIndex)
Returns
Void
Parameters
TElement[]
array
The array.
Int32
arrayIndex
The index at which the first element will be placed.