FrozenDictionary<TKey,TValue>.Item[TKey] プロパティ

定義

指定したキーに関連付けられている値への参照を取得します。

public:
 property TValue& ^ default[TKey] { TValue& ^ get(TKey key); };
public ref readonly TValue this[TKey key] { get; }
member this.Item('Key) : 'Value
Default Public ReadOnly Property Item(key As TKey) As TValue

パラメーター

key
TKey

取得する値のキー。

プロパティ値

TValue

指定したキーに関連付けられている値への参照。

例外

key がコレクション内に存在しません。

適用対象