MostLeft EachLeft Element1 EachRight Delimiter EachLeft Element2 EachRight ... MostRight
Пример #1
0
 public VisitorArgument Set(Decoration decoration)
 {
     return new VisitorArgument {
             Decoration = decoration,
             IndentDepth = IndentDepth,
     };
 }
Пример #2
0
 public VisitorArgument()
 {
     Decoration = new Decoration();
 }
Пример #3
0
 public VisitorArgument()
 {
     Decoration = new Decoration();
 }