Click or drag to resize
DigitalRunePooledEnumerableTIEnumeratorCurrent Property
Gets the element in the collection at the current position of the enumerator.

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
Object IEnumerator.Current { get; }

Property Value

Type: Object
The element in the collection at the current position of the enumerator.

Implements

IEnumeratorCurrent
See Also