コード例 #1
0
 public void MethodOverload(string methodName, string returnType, string parameterList)
 {
     SetCurrentState(State.MethodOverload);
     builder.MethodOverload(methodName, returnType, parameterList);
 }