Table of Contents

Constructor ResolvedParameter

Namespace
Autofac.Core
Assembly
Autofac.dll

ResolvedParameter(Func<ParameterInfo, IComponentContext, bool>, Func<ParameterInfo, IComponentContext, object?>)

public ResolvedParameter(Func<ParameterInfo, IComponentContext, bool> predicate, Func<ParameterInfo, IComponentContext, object?> valueAccessor)

Parameters

predicate Func<ParameterInfo, IComponentContext, bool>
valueAccessor Func<ParameterInfo, IComponentContext, object>