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

定義

変更できない並べ替えられたディクショナリで指定されたキーの値を取得または設定します。

public:
 property TValue default[TKey] { TValue get(TKey key); void set(TKey key, TValue value); };
public TValue this[TKey key] { get; set; }
member this.Item('Key) : 'Value with get, set
Default Public Property Item(key As TKey) As TValue

パラメーター

key
TKey

値を取得する対象のキー。

プロパティ値

TValue

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

実装

適用対象