IndexedList<TItem, TIndexer>.

TryEnumerateNext() Method

Summary

Moves the Animancer.IndexedList`2.CurrentIndex so the Animancer.IndexedList`2.Current property points to the next item in this list.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
IndexedList<TItem, TIndexer>

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public bool TryEnumerateNext()

Remarks

This method should only be called after Animancer.IndexedList`2.BeginEnumeraton and it should be called repeatedly until it returns false. Animancer.IndexedList`2.CancelEnumeration can be used to cancel the enumeration early.

Attributes

Type Description
MethodImplAttribute

Return Value

Type Description
bool False if there are no more items to move to. Otherwise true.