Class ReflectiveConstructorResolver
Inheritance
System.Object
ReflectiveConstructorResolver
Namespace: Steeltoe.Common.Expression.Internal.Spring.Support
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class ReflectiveConstructorResolver : IConstructorResolver
Methods
| Edit this page View SourceResolve(IEvaluationContext, String, List<Type>)
Declaration
public 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 |