Partager via


ConcurrentDictionary<TKey,TValue>.AlternateLookup<TAlternateKey>.Dictionary Propriété

Définition

Obtient la ConcurrentDictionary<TKey,TValue> sur laquelle cette instance effectue des opérations.

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)

Valeur de propriété

S’applique à