예제 #1
0
 private void OutputMethod(RegisteredMethod m)
 {
     Out.WriteLine(GetCppMethodDeclaration(m.Method, false));
 }
예제 #2
0
 void OutputMethod(RegisteredMethod m)
 {
     Out.WriteLine(GetCppMethodDeclaration(m.Method, false));
 }