System.Collections.Generic.ISet<T>: Method Members

The methods of System.Collections.Generic.ISet<T> are listed below. For a list of all members, see the ISet<T> Members list.

Public Methods

Add(T) : bool
Documentation for this section has not yet been entered.
ExceptWith(IEnumerable<T>)
Documentation for this section has not yet been entered.
IntersectWith(IEnumerable<T>)
Documentation for this section has not yet been entered.
IsProperSubsetOf(IEnumerable<T>) : bool
Documentation for this section has not yet been entered.
IsProperSupersetOf(IEnumerable<T>) : bool
Documentation for this section has not yet been entered.
IsSubsetOf(IEnumerable<T>) : bool
Documentation for this section has not yet been entered.
IsSupersetOf(IEnumerable<T>) : bool
Documentation for this section has not yet been entered.
Overlaps(IEnumerable<T>) : bool
Documentation for this section has not yet been entered.
SetEquals(IEnumerable<T>) : bool
Documentation for this section has not yet been entered.
SymmetricExceptWith(IEnumerable<T>)
Documentation for this section has not yet been entered.
UnionWith(IEnumerable<T>)
Documentation for this section has not yet been entered.