Method | Description | |
---|---|---|
IsConstructionOfNullable ( |
Determines if type is a constructed type of System.Nullable{T}.
|
Method | Description | |
---|---|---|
IsConstructionOfGenericTypeDefinition ( |
Determines if type is a constructed type of generic type definition. For example, this method can be used to test if System.Nullable{T} of int is indeed a construction of the generic type definition System.Nullable{T}.
|
|
Reflector ( ) : System |
public static IsConstructionOfNullable ( |
||
type | ||
return | bool |