Click or drag to resize
DigitalRuneWeakCollectionTEnumeratorCurrent 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
public T Current { get; }

Property Value

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

Implements

IEnumeratorTCurrent
See Also