示例#1
0
 public NewNode(IdentifierNode targets, List<Node> args, List<AutoPropertyNode> properties)
     : this(targets, args)
 {
     Properties = properties;
 }
示例#2
0
 public NewNode(IdentifierNode target)
     : this(target, new List<Node>())
 {
 }