Register(Type)

Method

Namespace: Ignis

Declared in: Ignis.IContainer<TState>


Register an object type in this container.

Syntax

public IContainer<TState> Register(
	Type type
)

Parameters

type

Object type


Back to index