CopyTo

TextAnimationCollection.CopyTo method

Copies all elements from the collection into the specified array.

public void CopyTo(Array array, int index)
ParameterTypeDescription
arrayArrayArray to fill.
indexInt32Starting position in target array.

See Also