System::Collections::Generic::BaseDictionary::operator[] メソッド
BaseDictionary::operator[] method
アクセサ関数。
virtual mapped_t & System::Collections::Generic::BaseDictionary<Map>::operator[](const key_t &key)
| パラメーター | 型 | 説明 |
|---|---|---|
| key | const key_t& | アクセスするための Dictionary キー。 |
ReturnValue
key によってキー付けされた既存(または作成された)値への参照。
参照
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++