System.Collections.Generic.HashSet<T> Members

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

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Protected Constructors

Public Properties

[read-only]
ComparerIEqualityComparer<T>. Documentation for this section has not yet been entered.
[read-only]
Countint. Documentation for this section has not yet been entered.

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.

Explicitly Implemented Interface Members

ICollection<T>.AddDocumentation for this section has not yet been entered.
ICollection<T>.CopyToDocumentation for this section has not yet been entered.
IEnumerable<T>.GetEnumeratorDocumentation for this section has not yet been entered.
IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.
[read-only]
ICollection<T>.IsReadOnlybool. Documentation for this section has not yet been entered.