Exemplo n.º 1
0
 public NewNode(IdentifierNode targets, List<Node> args, List<AutoPropertyNode> properties)
     : this(targets, args)
 {
     Properties = properties;
 }
Exemplo n.º 2
0
 public NewNode(IdentifierNode target)
     : this(target, new List<Node>())
 {
 }