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>

适用于