Bridge

IEnumerator<(Of <(<'T>)>)>..::..Current Property

Gets the element in the collection at the current position of the enumerator.

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


T Current { get; }
ReadOnly Property Current As T
	Get
property T Current {
	T get ();
}

Return Value

The element in the collection at the current position of the enumerator.