IsSubclassOf
public static bool IsSubclassOf(Type type, Type c) ;
Determine whether it is a derived type or not.
Parameter Name | Description |
---|---|
type | Type |
c | Type to be compared |
Returns true if type is derived from c.
Determine whether it is a derived type or not.
Parameter Name | Description |
---|---|
type | Type |
c | Type to be compared |
Returns true if type is derived from c.