SetProjection<T> public class SetProjection<T> : ListProjection<T>, ISet<T>, ICollection<T>, IEnumerable<T>, IEnumerable Documentation Code public SetProjection(ICollectionAdapter<T> adapter) 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)