System::NullableUtils::GetUnderlyingType method
NullableUtils::GetUnderlyingType method
Devuelve el argumento de tipo subyacente del tipo nullable especificado.
static const System::TypeInfo & System::NullableUtils::GetUnderlyingType(const System::TypeInfo &nullableType)
| Parámetro | Tipo | Descripción |
|---|---|---|
| nullableType | const System::TypeInfo& | Un objeto System.Type que describe un tipo nullable genérico cerrado. |
ReturnValue
El argumento de tipo del parámetro nullableType, si el parámetro nullableType es un tipo anulable genérico cerrado; de lo contrario, null
Ver también
- Class TypeInfo
- Class NullableUtils
- Namespace System
- Library Aspose.Page for C++