EndCreation()

Method

Namespace: Ignis.Containers

Declared in: Ignis.Containers.ContainerProvider<TState>


Finishes the creation of the currently active container instance. Should be called by Ignis.IContainer<TState>.Build() .

Syntax

public static void EndCreation()

Back to index