ReadOnlyDictionary<TKey,TValue>.Dictionary Propriedade

Definição

Obtém o dicionário que é encapsulado por este objeto ReadOnlyDictionary<TKey,TValue>.

protected:
 property System::Collections::Generic::IDictionary<TKey, TValue> ^ Dictionary { System::Collections::Generic::IDictionary<TKey, TValue> ^ get(); };
protected System.Collections.Generic.IDictionary<TKey,TValue> Dictionary { get; }
member this.Dictionary : System.Collections.Generic.IDictionary<'Key, 'Value>
Protected ReadOnly Property Dictionary As IDictionary(Of TKey, TValue)

Valor da propriedade

O dicionário encapsulado por esse objeto .

Aplica-se a