FastEnumerator<T>.

FastEnumerator(IList<T>) Constructor

Summary

Creates a new Animancer.FastEnumerator`1.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
FastEnumerator<T>

Syntax

public FastEnumerator(IList<T> list)

Parameters

Name Type Description
list IList<T>

Return Value

Type Description
void