MostLeft EachLeft Element1 EachRight Delimiter EachLeft Element2 EachRight ... MostRight
コード例 #1
0
ファイル: VisitorArgument.cs プロジェクト: macc704/UNICOEN
 public VisitorArgument Set(Decoration decoration)
 {
     return new VisitorArgument {
             Decoration = decoration,
             IndentDepth = IndentDepth,
     };
 }
コード例 #2
0
ファイル: VisitorArgument.cs プロジェクト: macc704/UNICOEN
 public VisitorArgument()
 {
     Decoration = new Decoration();
 }
コード例 #3
0
ファイル: VisitorArgument.cs プロジェクト: macc704/UNICOEN
 public VisitorArgument()
 {
     Decoration = new Decoration();
 }