IndexedList<TItem, TIndexer>.

CurrentIndex Property

Summary

If something is currently enumerating through this list, this value holds the index it's currently up to. Otherwise, this value will be negative.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
IndexedList<TItem, TIndexer>

Syntax

public int CurrentIndex { get; private set; }

Value

Type Description
int