Sdílet prostřednictvím


OrderedDictionary<TKey,TValue>.Enumerator.IDictionaryEnumerator.Value Vlastnost

Definice

Získá hodnotu aktuální položky slovníku.

property System::Object ^ System::Collections::IDictionaryEnumerator::Value { System::Object ^ get(); };
object? System.Collections.IDictionaryEnumerator.Value { get; }
member this.System.Collections.IDictionaryEnumerator.Value : obj
 ReadOnly Property Value As Object Implements IDictionaryEnumerator.Value

Hodnota vlastnosti

Hodnota aktuálního prvku výčtu.

Implementuje

Poznámky

Tento člen je explicitní implementace člena rozhraní. Lze jej použít pouze v případě, že <xref:System.Collections.Generic.OrderedDictionary'2.Enumerator> instance je přetypována na <xref:System.Collections.IDictionaryEnumerator> rozhraní.

Platí pro