Allows invocation of the constructor.
Namespace: Metalama.Framework.Code.Invokers
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public interface IConstructorInvoker
Methods
Name | Description |
---|---|
CreateInvokeExpression() | |
CreateInvokeExpression(params IExpression[]) | |
CreateInvokeExpression(IEnumerable<IExpression>) | |
CreateInvokeExpression(params dynamic?[]) | |
Invoke(IEnumerable<IExpression>) | Generates run-time code that invokes the current constructor with a given list of argument expressions. |
Invoke(params dynamic?[]) | Generates run-time code that invokes the current constructor with a given list of arguments. |