FrozenDictionary<TKey,TValue>.AlternateLookup<TAlternateKey> 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供可用于对 FrozenDictionary<TKey,TValue> 执行操作的类型
使用 TAlternateKey
作为键而不是 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)
类型参数
- TKey
- TValue
- TAlternateKey
用于执行查找的键的备用类型。
- 继承
属性
Dictionary |
获取此实例对其执行操作的 FrozenDictionary<TKey,TValue>。 |
Item[TAlternateKey] |
获取或设置与指定的备用键关联的值。 |
方法
ContainsKey(TAlternateKey) |
确定 FrozenDictionary<TKey,TValue> 是否包含指定的备用键。 |
TryGetValue(TAlternateKey, TValue) |
获取与指定的备用键关联的值。 |