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