MethodInvocationExpression public class MethodInvocationExpression : Expression Documentation Code protected readonly Expression[] args protected readonly MethodInfo method protected readonly Reference owner public bool VirtualCall { get; set; } public MethodInvocationExpression(MethodInfo method, Expression[] args) public MethodInvocationExpression(MethodEmitter method, Expression[] args) public MethodInvocationExpression(Reference owner, MethodEmitter method, Expression[] args) public MethodInvocationExpression(Reference owner, MethodInfo method, Expression[] args)