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)
ParametroTipoDescrizione
nullableTypeconst 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