Property IEnumerator.Current
IEnumerator.Current
Gets the element in the collection at the current position of the enumerator.
Declaration
object? IEnumerator.Current { get; }
Returns
Type | Description |
---|---|
object | The element in the collection at the current position of the enumerator. |