MostLeft EachLeft Element1 EachRight Delimiter EachLeft Element2 EachRight ... MostRight
Exemplo n.º 1
0
 public VisitorArgument Set(Decoration decoration)
 {
     return new VisitorArgument {
             Decoration = decoration,
             IndentDepth = IndentDepth,
     };
 }
Exemplo n.º 2
0
 public VisitorArgument()
 {
     Decoration = new Decoration();
 }
Exemplo n.º 3
0
 public VisitorArgument()
 {
     Decoration = new Decoration();
 }