System::TypeInfo::AddDefaultConstructor method
TypeInfo::AddDefaultConstructor() method
Sets default constructor for the type T.
template<class T> void System::TypeInfo::AddDefaultConstructor()
See Also
- Class TypeInfo
- Namespace System
- Library Aspose.PDF for C++
TypeInfo::AddDefaultConstructor(DefaultConstructor) method
Sets default constructor by the functor that creates class instanse.
void System::TypeInfo::AddDefaultConstructor(DefaultConstructor method)
Parameter | Type | Description |
---|---|---|
method | DefaultConstructor | functor that creates class instanse |
See Also
- Typedef DefaultConstructor
- Class TypeInfo
- Namespace System
- Library Aspose.PDF for C++