System::Collections::Generic::SortedDictionaryPtr::SortedDictionaryPtr コンストラクタ
SortedDictionaryPtr::SortedDictionaryPtr() constructor
null ポインタを作成します。
System::Collections::Generic::SortedDictionaryPtr<T, V>::SortedDictionaryPtr()
参照
- Class SortedDictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedDictionaryPtr::SortedDictionaryPtr(const SharedPtr<SortedDictionary<T, V>>&) constructor
指定されたソート済み辞書へのポインタを構築します。
System::Collections::Generic::SortedDictionaryPtr<T, V>::SortedDictionaryPtr(const SharedPtr<SortedDictionary<T, V>> &obj)
| パラメーター | 型 | 説明 |
|---|---|---|
| obj | const SharedPtr<SortedDictionary<T, V>>& | Dictionary を指すための。 |
参照
- Typedef SharedPtr
- Class SortedDictionary
- Class SortedDictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++