예제 #1
0
 public void testRemove()
 {
     t.remove("carry");
     if (t.getValue("carry") != null)
     {
         throw new System.Exception();
     }
 }