This is the old Animancer v7.4 documentation. Click here for the latest version.

IndexedList<TItem, TIndexer>.

GetEnumerator() Method

Summary

Returns an enumerator which iterates through this list.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
IndexedList<TItem, TIndexer>

Syntax

public FastEnumerator<TItem> GetEnumerator()

Return Value

Type Description
FastEnumerator<TItem>