Resolve(Type)

Method

Namespace: Ignis

Declared in: Ignis.IContainer<TState>


Resolves an object of the specified type.

Syntax

public object Resolve(
	Type type
)

Parameters

type


Back to index