internal virtual void Add(Rhino.Xmlimpl.XmlNode.InternalList other) { for (int i = 0; i < other.Length(); i++) { _add(other.Item(i)); } }