コード例 #1
0
 public void SoftDelete(int value)
 {
     //if root is not null, invoke SoftDelete
     root?.SoftDelete(value);
 }