示例#1
0
 public int GetIndentSize() => _parameters.GetIndentSize();
 public int GetIndentSize()
 => _subject.GetIndentSize() + _parameters.GetIndentSize();
 public int GetIndentSize()
 {
     return(_parameters.GetIndentSize() +
            _bodyTranslation.GetIndentSize());
 }