Exemplo n.º 1
0
 public CollectionInit(Eval ctor, IEnumerable <Expression> children)
     : base(NodeType.CollectionInit, ctor.Concat(children))
 {
 }