Property Current
Current
Gets the element in the collection at the current position of the enumerator.
Declaration
public SampleEnumerator<T>.SampleHolder Current { get; }
Property Value
Type | Description |
---|---|
SampleHolder | The element in the collection at the current position of the enumerator. |