Click or drag to resize

SingletonDependencyObjectTInterfaceGet Method

If Enabled is true the singelton will be returned.

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

Return Value

Type: TInterface
The mapped singleton
See Also