FrozenDictionary<TKey,TValue>.AlternateLookup<TAlternateKey>.Item[TAlternateKey] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定與指定替代索引鍵相關聯的值。
public:
property TValue default[TAlternateKey] { TValue get(TAlternateKey key); };
public TValue this[TAlternateKey key] { get; }
member this.Item('AlternateKey) : 'Value
Default Public ReadOnly Property Item(key As TAlternateKey) As TValue
參數
- key
- TAlternateKey
要取得或設定之值的替代索引鍵。
屬性值
TValue
與指定替代索引鍵相關聯的值。 如果找不到指定的替代索引鍵,取得作業會擲回
KeyNotFoundException,而集合作業會建立具有指定索引鍵的新專案。
例外狀況
key
null
。
替代索引鍵不存在於集合中。