Freigeben über


SynchronizedKeyedCollection<K,T>.Dictionary Eigenschaft

Definition

Ruft das Wörterbuch ab, das der Auflistung zugeordnet ist.

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)

Eigenschaftswert

Das IDictionary<TKey,TValue>, das die Hauptelement-Paare für die Auflistung enthält.

Gilt für: