Resolve<TInterface>()

Method

Namespace: Ignis

Declared in: Ignis.IContainer<TState>


Resolves an object of the specified type or implementing the specified interface.

Syntax

public TInterface Resolve<TInterface>()

Type parameters

TInterface

Object type or interface


Back to index