System::Collections::Generic::IDictionary::idx_set メソッド
IDictionary::idx_set method
セッタ関数。
virtual void System::Collections::Generic::IDictionary<TKey, TValue>::idx_set(const TKey &key, TValue value)=0
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | const TKey& | 検索するキー。 |
| value | TValue | 指定されたキーに設定する値。 |
参照
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++