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

public void CancelEnumeration()

Return Value

Type Description
void