예제 #1
0
 public void Remove(RedBlackTree <T> .Node node)
 {
     if (node == null)
     {
         throw new ArgumentNullException();
     }
     node.method_6(ref this.node_0);
     --this.int_0;
 }