HashSet T  MembersQuartz.NET API Documentation

The HashSet T  type exposes the following members.

Constructors

  NameDescription
Public methodHashSet T  
Public methodHashSet T (IEnumerable T )
Protected methodHashSet T (SerializationInfo, StreamingContext)
Top
Methods

  NameDescription
Public methodAdd
Adds the specified element to a set.
(Inherited from HashSet T .)
Public methodClear (Inherited from HashSet T .)
Public methodContains (Inherited from HashSet T .)
Public methodCopyTo( T ) (Inherited from HashSet T .)
Public methodCopyTo( T , Int32) (Inherited from HashSet T .)
Public methodCopyTo( T , Int32, Int32) (Inherited from HashSet T .)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExceptWith (Inherited from HashSet T .)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from HashSet T .)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectData (Inherited from HashSet T .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersectWith
Modifies the current HashSet T  object to contain only elements that are present in that object and in the specified collection.
(Inherited from HashSet T .)
Public methodIsProperSubsetOf (Inherited from HashSet T .)
Public methodIsProperSupersetOf (Inherited from HashSet T .)
Public methodIsSubsetOf (Inherited from HashSet T .)
Public methodIsSupersetOf (Inherited from HashSet T .)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from HashSet T .)
Public methodOverlaps (Inherited from HashSet T .)
Public methodRemove (Inherited from HashSet T .)
Public methodRemoveWhere (Inherited from HashSet T .)
Public methodSetEquals (Inherited from HashSet T .)
Public methodSymmetricExceptWith
Modifies the current HashSet T  object to contain only elements that are present either in that object or in the specified collection, but not both.
(Inherited from HashSet T .)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTrimExcess
Sets the capacity of a HashSet T  object to the actual number of elements it contains, rounded up to a nearby, implementation-specific value.
(Inherited from HashSet T .)
Public methodUnionWith
Modifies the current HashSet T  object to contain all elements that are present in both itself and in the specified collection.
(Inherited from HashSet T .)
Top
Properties

  NameDescription
Public propertyComparer (Inherited from HashSet T .)
Public propertyCount
Gets the number of elements that are contained in a set.
(Inherited from HashSet T .)
Top
See Also