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

MethodDescription
static GetUnderlyingType(const System::TypeInfo&)Returns the underlying type argument of the specified nullable type.

See Also