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