コード例 #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;