Click or drag to resize

DisposableSetT Methods

The DisposableSetT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from HashSetT.)
Public methodAddRange
Adds items to the active instance.
Public methodClear (Inherited from HashSetT.)
Public methodContains (Inherited from HashSetT.)
Public methodCopyTo(T) (Inherited from HashSetT.)
Public methodCopyTo(T, Int32) (Inherited from HashSetT.)
Public methodCopyTo(T, Int32, Int32) (Inherited from HashSetT.)
Public methodDispose
Disposes of all items.
Public methodEquals (Inherited from Object.)
Public methodExceptWith (Inherited from HashSetT.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from HashSetT.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from HashSetT.)
Public methodGetType (Inherited from Object.)
Public methodIntersectWith (Inherited from HashSetT.)
Public methodIsProperSubsetOf (Inherited from HashSetT.)
Public methodIsProperSupersetOf (Inherited from HashSetT.)
Public methodIsSubsetOf (Inherited from HashSetT.)
Public methodIsSupersetOf (Inherited from HashSetT.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnDeserialization (Inherited from HashSetT.)
Public methodOverlaps (Inherited from HashSetT.)
Public methodRemove (Inherited from HashSetT.)
Public methodRemoveRange
Removes items from the active instance.
Public methodRemoveWhere (Inherited from HashSetT.)
Public methodSetEquals (Inherited from HashSetT.)
Public methodSymmetricExceptWith (Inherited from HashSetT.)
Public methodToString (Inherited from Object.)
Public methodTrimExcess (Inherited from HashSetT.)
Public methodTryGetValue (Inherited from HashSetT.)
Public methodUnionWith (Inherited from HashSetT.)
Top
Extension Methods
  NameDescription
Public Extension MethodDisposeAllT
Disposes of all items of the sequence.
(Defined by IEnumerableExtension.)
Public Extension MethodForEachT(ActionT)Overloaded.
Runs the action for each item of the collection.
(Defined by IEnumerableExtension.)
Public Extension MethodForEachT(ActionT, Int32)Overloaded.
Runs the indexed action for each item of the collection.
(Defined by IEnumerableExtension.)
Public Extension MethodMaxByT, TKey
Gets the greatest item of the sequence using comparer with the selector function returned values.
(Defined by IEnumerableExtension.)
Public Extension MethodMinByT, TKey
Gets the smallest item of the sequence using the comparer with the selector function returned values.
(Defined by IEnumerableExtension.)
Top
See Also