Del via


AdditionalPropertiesDictionary<TValue>.Enumerator.Current Property

Definition

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

public:
 property System::Collections::Generic::KeyValuePair<System::String ^, TValue> Current { System::Collections::Generic::KeyValuePair<System::String ^, TValue> get(); };
public System.Collections.Generic.KeyValuePair<string,TValue> Current { get; }
member this.Current : System.Collections.Generic.KeyValuePair<string, 'Value>
Public ReadOnly Property Current As KeyValuePair(Of String, TValue)

Property Value

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

Implements

Applies to