SynchronizedKeyedCollection<K,T>.Dictionary Proprietà

Definizione

Ottiene il dizionario associato alla raccolta.

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)

Valore della proprietà

IDictionary<K,T>

Interfaccia IDictionary<TKey,TValue> contenente le coppie chiave-elemento per la raccolta.

Si applica a