Uredi

Deli z drugimi prek


FrozenDictionary<TKey,TValue>.AlternateLookup<TAlternateKey> Struct

Definition

Provides a type that may be used to perform operations on a FrozenDictionary<TKey,TValue>

using a TAlternateKey as a key instead of a TKey.

public: generic <typename TAlternateKey>
value class FrozenDictionary<TKey, TValue>::AlternateLookup
public readonly struct FrozenDictionary<TKey,TValue>.AlternateLookup<TAlternateKey>
type FrozenDictionary<'Key, 'Value>.AlternateLookup<'AlternateKey> = struct
Public Structure FrozenDictionary(Of TKey, TValue).AlternateLookup(Of TAlternateKey)

Type Parameters

TKey
TValue
TAlternateKey

The alternate type of a key for performing lookups.

Inheritance
FrozenDictionary<TKey,TValue>.AlternateLookup<TAlternateKey>

Properties

Dictionary

Gets the FrozenDictionary<TKey,TValue> against which this instance performs operations.

Item[TAlternateKey]

Gets or sets the value associated with the specified alternate key.

Methods

ContainsKey(TAlternateKey)

Determines whether the FrozenDictionary<TKey,TValue> contains the specified alternate key.

TryGetValue(TAlternateKey, TValue)

Gets the value associated with the specified alternate key.

Applies to