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