IEnumerator.Current Property

Gets the current element in the collection.

Namespace: Spring.Collections
public
 property Current: TValue read GetCurrent;

Property Value

Type: TValue

The current element in the collection.