PostSharpAPI ReferencePost­Sharp.​Patterns.​CollectionsAdvisable­Dictionary<TKey, TValue>.​Key­Collection.​EnumeratorCurrent
Open sandboxFocus

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.