コード例 #1
0
ファイル: JSBlock.cs プロジェクト: vrdmr/autorest.typescript
 public void Indent(Action action)
 {
     builder.Indent(action);
 }