IReadOnlyDictionary<K,T>.Item[K] プロパティ

定義

指定したキーを持つ値を取得します。

public T this[K key] { get; }
member this.Item('K) : 'T
Default Public ReadOnly Property Item(key As K) As T

パラメーター

key
K

取得する値のキー。

プロパティ値

T

指定したキーを持つ値。

適用対象