Click or drag to resize

ManyTInterfaceGetNamedInstance Method

Returns a transient instance of type TInterface (if found)

Namespace:  Crosser.Resolve
Assembly:  Crosser.Resolver (in Crosser.Resolver.dll) Version: 0.0.9.1
Syntax
C#
public static TInterface GetNamedInstance(
	string name
)

Parameters

name
Type: SystemString
The named mapping

Return Value

Type: TInterface
A specific named transient instance mapped to TInterface
See Also