System.Collections.Generic.ISet<T> Members

The members of System.Collections.Generic.ISet<T> are listed below.

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.