AutoSubstitute.

Resolve<T>() Method

Summary

Resolve the specified type in the container (register it if needed).

Syntax

public T Resolve<T>()

Type Parameters

Name Description
T The type of the service.

Return Value

Type Description
T The service.