Method GetComponentTypes
GetComponentTypes()
Get a flatten list of all component types from this container and its dependencies.
Declaration
public IEnumerable<Type> GetComponentTypes()
Returns
| Type | Description |
|---|---|
| IEnumerable<Type> | List of component types. |