Udostępnij za pośrednictwem


ConcurrentDictionary<TKey,TValue>.GetAlternateLookup<TAlternateKey> Metoda

Definicja

Pobiera wystąpienie typu, które może służyć do wykonywania operacji na ConcurrentDictionary<TKey,TValue>

używanie TAlternateKey jako klucza zamiast TKey.

public:
generic <typename TAlternateKey>
 System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::AlternateLookup<TAlternateKey> GetAlternateLookup();
public System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue>.AlternateLookup<TAlternateKey> GetAlternateLookup<TAlternateKey> ();
member this.GetAlternateLookup : unit -> System.Collections.Concurrent.ConcurrentDictionary<'Key, 'Value>.AlternateLookup<'AlternateKey>
Public Function GetAlternateLookup(Of TAlternateKey) () As ConcurrentDictionary(Of TKey, TValue).AlternateLookup(Of TAlternateKey)

Parametry typu

TAlternateKey

Alternatywny typ klucza do wykonywania odnośników.

Zwraca

Utworzone wystąpienie odnośnika.

Wyjątki

Porównanie tego wystąpienia nie jest zgodne z TAlternateKey.

Uwagi

To wystąpienie musi używać narzędzia porównującego, który implementuje IAlternateEqualityComparer<TAlternate,T> z

TAlternateKey i TKey. Jeśli tak nie jest, zostanie zgłoszony wyjątek.

Dotyczy