Compartilhar via


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

Definição

Obtém o valor da entrada de dicionário atual.

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

Valor da propriedade

O valor do elemento atual da enumeração.

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a instância <xref:System.Collections.Generic.OrderedDictionary'2.Enumerator> é convertida em uma interface <xref:System.Collections.IDictionaryEnumerator>.

Aplica-se a