Exemplo n.º 1
0
 /// <summary>
 /// Create a <see cref="Call"/>.
 /// </summary>
 public Call(MethodDecl methodDecl, params Expression[] arguments)
     : this(methodDecl.CreateRef(), arguments)
 {
 }