Пример #1
0
 static public void Case4(ref Three node, int key)
 {
     FindNull(node, key);
 }
Пример #2
0
 static public Three Grandparent(ref Three node) => node.parent.parent;