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 public static TInterface GetNamedInstance(
string name
)
Parameters
- name
- Type: SystemString
The named mapping
Return Value
Type:
TInterfaceThe singleton instance matching the named mapping
See Also