Compartilhar via


ConcurrentDictionary<TKey,TValue>.AlternateLookup<TAlternateKey>.Dictionary Propriedade

Definição

Obtém o ConcurrentDictionary<TKey,TValue> no qual essa instância executa operações.

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)

Valor da propriedade

Aplica-se a