| PooledEnumerableTIEnumeratorTCurrent Property |
Gets the element in the collection at the current position of the enumerator.
Namespace: DigitalRune.CollectionsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax T IEnumerator<T>.Current { get; }
Private ReadOnly Property Current As T
Implements IEnumerator(Of T).Current
Get
private:
virtual property T Current {
T get () sealed = IEnumerator<T>::Current::get;
}
private abstract Current : 'T with get
private override Current : 'T with get
Property Value
Type:
TThe element in the collection at the current position of the enumerator.
Implements
IEnumeratorTCurrentSee Also