IEnumerator<T>.Current Property

Gets the current element in the collection.

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

Property Value

Type: T

The current element in the collection.