FastEnumerator<T>.

CopyTo(T[], int) Method

Summary

[System.Collections.Generic.ICollection`1] Copies the contents of the Animancer.FastEnumerator`1.List into the `array`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
FastEnumerator<T>

Syntax

public void CopyTo(T[] array, int arrayIndex)

Parameters

Name Type Description
array T[]
arrayIndex int

Return Value

Type Description
void