Creates a new Instance.
Namespace:
WebSupergoo.TaskGarden
Syntax
| C# |
|---|
public static Instance<TInterface> Create<TTarget>() where TTarget : new() |
| Visual Basic |
|---|
Public Shared Function Create( Of TTarget As New) As Instance( Of TInterface) |
Type Parameters
- TTarget
- Target class implementing TInterface.