Click or drag to resize

RankedSetTEnumeratorIEnumeratorCurrent Property

Gets the item at the current position.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
Object IEnumerator.Current { get; }

Property Value

Type: Object

Implements

IEnumeratorCurrent
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen the enumerator is not active.
See Also