XmlNodeSet<T> class XmlNodeSet<T> : XmlNodeList<T>, ISet<T>, ICollection<T>, IEnumerable<T>, IEnumerable Documentation Code public XmlNodeSet(IXmlNode parentNode, IDictionaryAdapter parentObject, IXmlCollectionAccessor accessor) public void ExceptWith(IEnumerable<T> other) public void IntersectWith(IEnumerable<T> other) public bool IsProperSubsetOf(IEnumerable<T> other) public bool IsProperSupersetOf(IEnumerable<T> other) public bool IsSubsetOf(IEnumerable<T> other) public bool IsSupersetOf(IEnumerable<T> other) public bool Overlaps(IEnumerable<T> other) public bool SetEquals(IEnumerable<T> other) public void SymmetricExceptWith(IEnumerable<T> other) public void UnionWith(IEnumerable<T> other)