Interface IConstructorResolver
Namespace: Steeltoe.Common.Expression.Internal
Assembly: Steeltoe.Common.Abstractions.dll
Syntax
public interface IConstructorResolver
Methods
| Edit this page View SourceResolve(IEvaluationContext, String, List<Type>)
Declaration
IConstructorExecutor Resolve(IEvaluationContext context, string typeName, List<Type> argumentTypes)
Parameters
Type | Name | Description |
---|---|---|
IEvaluationContext | context | |
System.String | typeName | |
List<Type> | argumentTypes |
Returns
Type | Description |
---|---|
IConstructorExecutor |