FastEnumerator<T>.

FastEnumerator(IList<T>, int) Constructor

Summary

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

Syntax

public FastEnumerator(IList<T> list, int count)

Parameters

Name Type Description
list IList<T>
count int

Return Value

Type Description
void