System::NullableUtils::GetUnderlyingType method

NullableUtils::GetUnderlyingType method

指定された nullable 型の基になる型引数を返します。

static const System::TypeInfo & System::NullableUtils::GetUnderlyingType(const System::TypeInfo &nullableType)
パラメーター説明
nullableTypeconst System::TypeInfo&閉じたジェネリック nullable 型を記述する System.Type オブジェクトです。

ReturnValue

nullableType パラメーターの型引数、nullableType パラメーターがクローズドジェネリック nullable 型の場合; それ以外は null

参照