IndexedList<TItem, TIndexer>.

IsEnumerating Property

Summary

Has Animancer.IndexedList`2.BeginEnumeraton been called and Animancer.IndexedList`2.TryEnumerateNext not yet been called enough times to go through all items?
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
IndexedList<TItem, TIndexer>

Syntax

public bool IsEnumerating { get; }

Value

Type Description
bool