System::NullableUtils::GetUnderlyingType method

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)
ParameterTypeAçıklama
nullableTypeconst System::TypeInfo&Kapalı bir genel nullable tipini tanımlayan bir System.Type nesnesi.

ReturnValue

NullableType parametresinin tip argümanı, eğer nullableType parametresi kapalı bir genel nullable tip ise; aksi takdirde, null

Ayrıca Bakınız