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

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

See Also: Inherited members from System.Object

Public Methods

Add(T) : bool
Documentation for this section has not yet been entered.
Clear()
Documentation for this section has not yet been entered.
Contains(T) : bool
Documentation for this section has not yet been entered.
CopyTo(T[])
Documentation for this section has not yet been entered.
CopyTo(T[], int)
Documentation for this section has not yet been entered.
CopyTo(T[], int, int)
Documentation for this section has not yet been entered.
static
CreateSetComparer() : IEqualityComparer<HashSet<T>>
Documentation for this section has not yet been entered.
ExceptWith(IEnumerable<T>)
Documentation for this section has not yet been entered.
GetEnumerator() : HashSet<T>.Enumerator
Documentation for this section has not yet been entered.
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
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.
OnDeserialization(object)
Documentation for this section has not yet been entered.
Overlaps(IEnumerable<T>) : bool
Documentation for this section has not yet been entered.
Remove(T) : bool
Documentation for this section has not yet been entered.
RemoveWhere(Predicate<T>) : int
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.
TrimExcess()
Documentation for this section has not yet been entered.
UnionWith(IEnumerable<T>)
Documentation for this section has not yet been entered.