GetComponentTypes()

Method

Namespace: Ignis

Declared in: Ignis.IContainer<TState>


Gets the component types registered in this container.

Syntax

public IEnumerable<Type> GetComponentTypes()

Back to index