SynchronizedKeyedCollection<K,T>.Dictionary Egenskap

Definition

Hämtar ordlistan som är associerad med samlingen.

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)

Egenskapsvärde

Som IDictionary<TKey,TValue> innehåller nyckelobjektparen för samlingen.

Gäller för