ReadOnlyDictionary<TKey,TValue>.Dictionary Propiedad

Definición

Obtiene el diccionario que está 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 de propiedad

Diccionario que está contenido por este objeto.

Se aplica a