<PackageReference Include="Castle.Core" Version="3.0.0.4001" />

XmlNodeSet<T>

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)