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

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public FastEnumerator<TItem> GetEnumerator()

Attributes

Type Description
MethodImplAttribute

Return Value

Type Description
FastEnumerator<TItem>