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
IEvaluationContexttypeName
stringargumentTypes
List<Type>