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