Click or drag to resize

AutoMockCreateT Method

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

Namespace:  Autofac.Extras.Moq
Assembly:  Autofac.Extras.Moq (in Autofac.Extras.Moq.dll) Version: 6.0.0+4195b730a1f4c2330f7a6e7642c9ad63581968b7
Syntax
public T Create<T>(
	params Parameter[] parameters
)

Parameters

parameters
Type: Autofac.CoreParameter
Optional parameters.

Type Parameters

T
Service.

Return Value

Type: T
The service.
See Also