pmMDA.NET

SetRangeEnumerator.Current Property

[This is preliminary documentation and subject to change.]

Gets the current item in the set.

public object Current {get;}

Implements

IEnumerator.Current

Exceptions

Exception Type Condition
InvalidOperationException The enumerator is positioned before the first item of the set or after the last item.

See Also

SetRangeEnumerator Class | PmMda.Net.Dog.Paging Namespace