コード例 #1
0
 public void PopIndent()
 {
     _transform.PopIndent();
 }
コード例 #2
0
 private string PopIndent()
 {
     return(transform.PopIndent());
 }