Click or drag to resize

AutoFakeResolveT Method

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

Namespace:  Autofac.Extras.FakeItEasy
Assembly:  Autofac.Extras.FakeItEasy (in Autofac.Extras.FakeItEasy.dll) Version: 7.0.0+33b7a0dd8aef9b7b999200eb0c6cea7a45484151
Syntax
public T Resolve<T>(
	params Parameter[] parameters
)

Parameters

parameters
Type: Autofac.CoreParameter
Optional parameters.

Type Parameters

T
The type of the service.

Return Value

Type: T
The service.
See Also