Table of Contents

Interface IConstructorResolver

Namespace
Steeltoe.Common.Expression.Internal
Assembly
Steeltoe.Common.Abstractions.dll
public interface IConstructorResolver

Methods

Resolve(IEvaluationContext, string, List<Type>)

IConstructorExecutor Resolve(IEvaluationContext context, string typeName, List<Type> argumentTypes)

Parameters

context IEvaluationContext
typeName string
argumentTypes List<Type>

Returns

IConstructorExecutor