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 T Resolve<T>()
Type Parameters
| Name | Description |
|---|---|
| T | The type of the service. |
Return Value
| Type | Description |
|---|---|
| T | The service. |
