System::NullableUtils::GetUnderlyingType yöntemi

NullableUtils::GetUnderlyingType method

Belirtilen nullable tipinin temel tip argümanını döndürür.

static const System::TypeInfo & System::NullableUtils::GetUnderlyingType(const System::TypeInfo &nullableType)
ParametreTürAçıklama
nullableTypeconst System::TypeInfo&Kapalı bir generic nullable tipini tanımlayan bir System.Type nesnesi.

ReturnValue

nullableType parametresinin tip argümanı, eğer nullableType parametresi kapalı bir generic nullable tipiyse; aksi takdirde, null

Ayrıca Bakınız