Register<T>()

Method

Namespace: Ignis

Declared in: Ignis.IContainer<TState>


Register an object type in this container.

Syntax

public IContainer<TState> Register<T>()

Type parameters

T

Object type


Back to index