Click or drag to resize

SingletonTInterfaceGet Method

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

Return Value

Type: TInterface
Returns the concrete singleton type of T
Exceptions
ExceptionCondition
ExceptionThrows if there is no mapping available for T
See Also