IsSubclassOf

IsSubclassOf(Type, Type)

public static bool IsSubclassOf(Type type, Type c) ;

Description

Determine whether it is a derived type or not.

Parameters

Parameter Name Description
type Type
c Type to be compared

Returns

Returns true if type is derived from c.