PostSharpAPI ReferencePost­Sharp.​Patterns.​UtilitiesUnknown­Object­Accessor.​EnumeratorCurrent
Open sandboxFocus

Property Current

Current

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

Declaration
public KeyValuePair<string, object> Current { get; }
Property Value
Type Description
KeyValuePair<String, Object>

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