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>