ConcurrentDictionary<TKey,TValue>.AlternateLookup<TAlternateKey>.Dictionary 属性

定义

获取此实例对其执行操作的 ConcurrentDictionary<TKey,TValue>

public:
 property System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue> ^ Dictionary { System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue> ^ get(); };
public System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue> Dictionary { get; }
member this.Dictionary : System.Collections.Concurrent.ConcurrentDictionary<'Key, 'Value>
Public ReadOnly Property Dictionary As ConcurrentDictionary(Of TKey, TValue)

属性值

适用于