示例#1
0
文件: Program.cs 项目: Gost99/Labs-1
 static public void Case4(ref Three node, int key)
 {
     FindNull(node, key);
 }
示例#2
0
文件: Program.cs 项目: Gost99/Labs-1
 static public Three Grandparent(ref Three node) => node.parent.parent;