ReadOnlyDictionary<TKey,TValue>.Dictionary Propriété

Définition

Obtient le dictionnaire qui est encapsulé dans un wrapper par cet objet 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)

Valeur de propriété

Dictionnaire qui est inclus dans un wrapper par cet objet.

S’applique à