System::Collections::Generic::IDictionary::idx_get メソッド

IDictionary::idx_get method

ゲッタ関数。

virtual TValue System::Collections::Generic::IDictionary<TKey, TValue>::idx_get(const TKey &key) const =0
パラメーター説明
キーconst TKey&検索するキー。

ReturnValue

指定されたキーの値です。

参照