Ejemplo n.º 1
0
 public override int GetIndentSize()
 {
     return(TestTranslation.GetIndentSize() +
            IfTrueTranslation.GetIndentSize() +
            IfFalseTranslation.GetIndentSize());
 }
Ejemplo n.º 2
0
 public override int GetIndentSize()
 => TestTranslation.GetIndentSize() + IfTrueTranslation.GetIndentSize();