System::Collections::Generic::HashDictionary クラス
HashDictionary class
HashDictionary クラスのスタブ(現在は実装されていません)。このクラスのオブジェクトは System::MakeObject() 関数を使用してのみ割り当てるべきです。スタック上や operator new を使用してインスタンスを作成しないでください。そうしないとランタイムエラーやアサーション障害が発生します。常にこのクラスを System::SmartPtr ポインタでラップし、そのポインタを関数の引数として渡すようにしてください。
template<typename T,typename T2>class HashDictionary
メソッド
| メソッド | 説明 |
|---|---|
| operator[](const T&) const | アクセサメソッドのスタブ。 |
参照
- Namespace System::Collections::Generic
- Library Aspose.Page for C++