System::NullableUtils::GetUnderlyingType metodo
NullableUtils::GetUnderlyingType method
Restituisce l’argomento di tipo sottostante del tipo nullable specificato.
static const System::TypeInfo & System::NullableUtils::GetUnderlyingType(const System::TypeInfo &nullableType)
| Parametro | Tipo | Descrizione |
|---|---|---|
| nullableType | const System::TypeInfo& | Un oggetto System.Type che descrive un tipo nullable generico chiuso. |
ReturnValue
L’argomento del tipo del parametro nullableType, se il parametro nullableType è un tipo nullable generico chiuso; altrimenti, null
Vedi anche
- Class TypeInfo
- Class NullableUtils
- Namespace System
- Library Aspose.Font for C++