Add(T)
abstract
public abstract bool Add(T item)Parameters
itemT
public abstract bool Add(T item)itemTpublic abstract bool Contains(T item)itemTpublic abstract bool IsProperSubsetOf(IEnumerable<T> other)otherIEnumerable<T>public abstract bool IsProperSupersetOf(IEnumerable<T> other)otherIEnumerable<T>public abstract bool IsSubsetOf(IEnumerable<T> other)otherIEnumerable<T>public abstract bool IsSupersetOf(IEnumerable<T> other)otherIEnumerable<T>public abstract bool Overlaps(IEnumerable<T> other)otherIEnumerable<T>public abstract bool SetEquals(IEnumerable<T> other)otherIEnumerable<T>