Click or drag to resize

DependencyObjectTInterfaceGet Method

If Enabled is true a transient object will be returned.

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

Return Value

Type: TInterface
A instance generated by the creator Func that was passed into the Ctor
See Also