コード例 #1
0
ファイル: JSClass.cs プロジェクト: vrdmr/autorest.typescript
 public void Method(string methodName, string parameterList, Action <JSBlock> methodBodyAction)
 {
     SetCurrentState(State.Method);
     builder.Method(methodName, parameterList, methodBodyAction);
 }