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