SynchronizedKeyedCollection<K,T>.Dictionary Propriété

Définition

Obtient le dictionnaire associé à la collection.

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

Valeur de propriété

IDictionary<TKey,TValue> qui contient les paires d’élément clé pour la collection.

S’applique à