示例#1
0
 public void Remove()
 {
     if (_parent == null)
     {
         throw new InvalidOperationException("The parent is missing.");
     }
     _parent.RemoveItem(this);
 }