Метод | Описание | |
---|---|---|
GetBasicType ( |
||
GetNullableType ( |
||
IsNullableType ( |
Determines whether a type is nullable, ie. whether variables of it can be assigned A type is nullable if it is a reference type or a nullable value type. This method returns false only for non-nullable value types. |
Метод | Описание | |
---|---|---|
IsNullableType_NoArgumentCheck ( |
public static GetBasicType ( |
||
type | ||
Результат |
public static GetNullableType ( |
||
type | ||
Результат |
public static IsNullableType ( |
||
type | The type to check. | |
Результат | bool |