コード例 #1
0
 public bool Remove(ILNode node)
 {
     return(children.Remove(node));
 }