예제 #1
0
 /* The managed call is still owner of the sent string */
 public static void in_string()
 {
     {
         test.Testing obj      = new test.TestingConcrete();
         String       sent     = "in_string";
         String       returned = obj.InString(sent);
         Test.AssertEquals(sent, returned);
     }
     System.GC.Collect();
 }