Click or drag to resize

SingletonCollectionTInterfaceGetNamedInstance Method

Returns a singleton 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
The singleton instance matching the named mapping
See Also