BeginCreation(IContainer<TState>)

Method

Namespace: Ignis.Containers

Declared in: Ignis.Containers.ContainerProvider<TState>


Begins creation of the specified container instance. Should be called by Ignis.IContainer<TState> constructor.

Syntax

public static void BeginCreation(
	IContainer<TState> instance
)

Parameters

instance


Back to index