예제 #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;