SynchronizedKeyedCollection<K,T>.Dictionary Eigenschap

Definitie

Hiermee haalt u de woordenlijst op die aan de verzameling is gekoppeld.

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)

Waarde van eigenschap

De IDictionary<TKey,TValue> items die de sleutelitemparen voor de verzameling bevatten.

Van toepassing op