Node.remove

Remove a child node using its id.

  1. void remove(T child)
  2. void remove(string id)
    class Node
    void
    remove
    (
    string id
    )

Meta