Click or drag to resize
SafeHashSetT Methods

The SafeHashSetT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the item to the hash set
Public methodClear
Public methodContains
Returns true if the hash set contains the given value
Public methodCopyTo
Public methodExceptWith
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Public methodIntersectWith
Modifies the current SafeHashSetT object to contain only elements that are present in that object and in the specified collection.
Public methodIsProperSubsetOf
Public methodIsProperSupersetOf
Public methodIsSubsetOf
Public methodIsSupersetOf
Public methodOverlaps
Public methodRemove
Removes the value from the hash set
Public methodSetEquals
Public methodSymmetricExceptWith
Modifies the current SafeHashSetT object to contain only elements that are present either in that object or in the specified collection, but not both.
Public methodUnionWith
Top
Extension Methods
See Also