CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
|
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. More...
#include <nullable.h>
Static Public Member Functions | |
static const System::TypeInfo & | GetUnderlyingType (const System::TypeInfo &nullableType) |
Returns the underlying type argument of the specified nullable type. More... | |
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.
|
static |
Returns the underlying type argument of the specified nullable type.
nullableType | A System.Type object that describes a closed generic nullable type. |