public static MethodCallExpression MethodCall(Expression insatnce, Aqua.TypeSystem.MethodInfo methodInfo, IEnumerable <Expression> arguments) => Call(insatnce, methodInfo, arguments);
public static MethodCallExpression Call(Expression insatnce, Aqua.TypeSystem.MethodInfo methodInfo, IEnumerable <Expression> arguments) { return(new MethodCallExpression(insatnce, methodInfo, arguments)); }
public static ElementInit ElementInit(Aqua.TypeSystem.MethodInfo addMethod, System.Collections.ObjectModel.ReadOnlyCollection <Expression> arguments) { return(new ElementInit(addMethod, arguments)); }