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

Property Current

Current

Gets the element in the collection at the current position of the enumerator.

Declaration
public TValue Current { get; }
Property Value
Type Description
TValue

The element in the collection at the current position of the enumerator.