System::NullableUtils class
NullableUtils class
Represents C# System.Nullable (with no type arguments) static class. Unable to use original name due inability to overload class templates in C++. Supports a value type that can be assigned null. This class cannot be inherited.
class NullableUtils
Methods
Method | Description |
---|---|
static GetUnderlyingType(const System::TypeInfo&) | Returns the underlying type argument of the specified nullable type. |
See Also
- Namespace System
- Library Aspose.PDF for C++