Summary
Resolve the specified type in the container (register it if needed).
- Assembly
- Rocket
.Surgery .Extensions .Testing .NSubstitute .dll - Namespace
- Rocket
.Surgery .Extensions .Testing - Containing Type
- AutoSubstitute
Syntax
public T Resolve<T>()
Type Parameters
| Name | Description |
|---|---|
| T | The type of the service. |
Return Value
| Type | Description |
|---|---|
| T | The service. |
