AdditionalPropertiesDictionary<TValue>.Enumerator.Current Egenskap

Definition

Hämtar elementet i samlingen på den aktuella positionen för uppräknaren.

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)

Egenskapsvärde

Elementet i samlingen vid den aktuella positionen för uppräknaren.

Implementeringar

Gäller för