FastEnumerator<T>.

Insert(int, T) Method

Summary

[System.Collections.Generic.IList`1] Inserts the `item` at the specified `index` in the Animancer.FastEnumerator`1.List.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
FastEnumerator<T>

Syntax

public void Insert(int index, T item)

Parameters

Name Type Description
index int
item T

Return Value

Type Description
void