System::NullableUtils::GetUnderlyingType method
NullableUtils::GetUnderlyingType method
指定された nullable 型の基になる型引数を返します。
static const System::TypeInfo & System::NullableUtils::GetUnderlyingType(const System::TypeInfo &nullableType)
| パラメーター | 型 | 説明 |
|---|---|---|
| nullableType | const System::TypeInfo& | 閉じたジェネリック nullable 型を記述する System.Type オブジェクトです。 |
ReturnValue
nullableType パラメーターの型引数、nullableType パラメーターがクローズドジェネリック nullable 型の場合; それ以外は null
参照
- Class TypeInfo
- Class NullableUtils
- Namespace System
- Library Aspose.Page for C++