コード例 #1
0
 public void Insert(int value)
 {
     _root = Insert(_root, value);
 }