SynchronizedKeyedCollection<K,T>.Dictionary Propiedad

Definición

Obtiene el diccionario asociado a la colección.

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)

Valor de propiedad

IDictionary<TKey,TValue> que contiene los pares de elemento clave para la colección.

Se aplica a