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
指定されたキーの値です。
参照
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++