TEnumeratorBase.Current Property

Gets the current element in the collection.

Namespace: Spring.Collections.Base
public
 property Current: TValue read GetCurrentNonGeneric;

Property Value

Type: TValue

The current element in the collection.

Implements

IEnumerator.Current