Method IsComponentInherited
IsComponentInherited(Type)
Determine if a component is inherited from a dependency.
Declaration
public bool IsComponentInherited(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Type |
Description |
bool |
true if the component is inherited, false otherwise.
|
IsComponentInherited<T>()
Determine if a component is inherited from a dependency.
Declaration
public bool IsComponentInherited<T>() where T : TComponent
Returns
Type |
Description |
bool |
true if the component is inherited, false otherwise.
|
Type Parameters
Name |
Description |
T |
The component type.
|