IndexedList<TItem, TIndexer>.

CopyTo(TItem[], int) Method

Summary

Copies all the items from this list into the `array`, starting at the specified `index`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
IndexedList<TItem, TIndexer>

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public void CopyTo(TItem[] array, int index)

Attributes

Type Description
MethodImplAttribute

Parameters

Name Type Description
array TItem[]
index int

Return Value

Type Description
void