Method | Description | |
---|---|---|
IsNullable ( this t ) : bool |
Determines whether the specified type is nullable.
|
|
IsSubclassOfRawGeneric ( this t, |
Determines whether the specified type is a subclass of the specified generic type.
|
public static IsNullable ( this t ) : bool | ||
t | this | The |
return | bool |
public static IsSubclassOfRawGeneric ( this t, |
||
t | this | The |
generic | The generic to compare to. | |
return | bool |