public static PreservedMethodReturnType TestMethod(
     PreservedMethodFirstArgumentType arg1,
     PreservedMethodSecondArgumentType arg2)
 {
     Console.WriteLine("TestMethod");
     return null;
 }
Example #2
0
 public static PreservedMethodReturnType TestMethod(
     PreservedMethodFirstArgumentType arg1,
     PreservedMethodSecondArgumentType arg2)
 {
     Console.WriteLine("TestMethod");
     return(null);
 }