PostSharp / / API Reference / Post­Sharp.​Patterns.​Utilities / Unknown­Object­Accessor.​Enumerator / Current
Open sandbox

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.