IEnumerator<T>.Current Property
Gets the current element in the collection.
public property Current: T read GetCurrent;
Property Value
Type: T
The current element in the collection.
Gets the current element in the collection.
public property Current: T read GetCurrent;
The current element in the collection.