Share via


SynchronizedKeyedCollection<K,T>.Dictionary 屬性

定義

取得與集合相關聯的字典。

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)

屬性值

IDictionary<TKey,TValue>,其中包含集合的索引鍵項目組。

適用於