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

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public void CopyTo(T[] array, int arrayIndex)

Attributes

Type Description
MethodImplAttribute

Parameters

Name Type Description
array T[]
arrayIndex int

Return Value

Type Description
void