コード例 #1
0
 public void Method(string methodName, string returnType, string parameterList, Action <TSBlock> methodBodyAction)
 {
     SetCurrentState(State.Method);
     builder.Method(methodName, returnType, parameterList, methodBodyAction);
 }