System::NullableUtils::GetUnderlyingType method
NullableUtils::GetUnderlyingType method
يرجع معامل النوع الأساسي للنوع القابل للفرغ المحدد.
static const System::TypeInfo & System::NullableUtils::GetUnderlyingType(const System::TypeInfo &nullableType)
| Parameter | Type | الوصف |
|---|---|---|
| nullableType | const System::TypeInfo& | كائن System.Type يصف نوعًا قابلًا للإنكار عامًا مغلقًا. |
ReturnValue
معامل النوع للمعامل nullableType، إذا كان معامل nullableType نوعًا قابلًا للإلغاء عامًا مغلقًا؛ وإلا، null
انظر أيضًا
- Class TypeInfo
- Class NullableUtils
- Namespace System
- Library Aspose.Page for C++