Click or drag to resize

ResolveRequestContextChangeParameters Method

Change the set of parameters being used in the processing of this request.

Namespace:  Autofac.Core.Resolving.Pipeline
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public abstract void ChangeParameters(
	IEnumerable<Parameter> newParameters
)

Parameters

newParameters
Type: System.Collections.GenericIEnumerableParameter
The new set of parameters.
See Also