IndexedList<TItem, TIndexer>.

CancelEnumeration() Method

Summary

Clears the Animancer.IndexedList`2.CurrentIndex so that Animancer.IndexedList`2.BeginEnumeraton can be used again without needing to call Animancer.IndexedList`2.TryEnumerateNext repeatedly until it returns false.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
IndexedList<TItem, TIndexer>

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public void CancelEnumeration()

Attributes

Type Description
MethodImplAttribute

Return Value

Type Description
void