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++