Table of Contents

Method Provide

Namespace
Autofac.Extras.FakeItEasy
Assembly
Autofac.Extras.FakeItEasy.dll

Provide<TService, TImplementation>(params Parameter[])

public TService Provide<TService, TImplementation>(params Parameter[] parameters)

Parameters

parameters Parameter[]

Returns

TService

Type Parameters

TService
TImplementation

Provide<TService>(TService)

public TService Provide<TService>(TService instance) where TService : class

Parameters

instance TService

Returns

TService

Type Parameters

TService