Summary
Resolve the specified type in the container (register it if needed).
- Assembly
- Rocket
.Surgery .Extensions .Testing .FakeItEasy .dll - Namespace
- Rocket
.Surgery .Extensions .Testing - Containing Type
- AutoFake
Syntax
public TService Provide<TService, TImplementation>() where TImplementation : TService
Type Parameters
| Name | Description |
|---|---|
| TService | The type of the service. |
| TImplementation | The implementation of the service. |
Return Value
| Type | Description |
|---|---|
| TService | The service. |
