| Name | Description | |
|---|---|---|
![]()  | GuidSet Constructor | Overloaded. | 
            The following tables list the members exposed by GuidSet.
| Name | Description | |
|---|---|---|
![]()  | GuidSet Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
![]()  | Comparer | Gets the IEqualityComparer object that is used to determine equality for the values in the set. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | Count | Gets the number of elements that are contained in a set. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
| Name | Description | |
|---|---|---|
![]()  | Add | Adds the specified element to a set. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | Clear | Removes all elements from a HashSet object. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | Contains | Determines whether a HashSet object contains the specified element. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | CopyTo | Overloaded. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | Equals | (Inherited from object) | 
![]()  | ExceptWith | Removes all elements in the specified collection from the current HashSet object. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | GetEnumerator | Returns an enumerator that iterates through a HashSet object. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | GetHashCode | Serves as the default hash function. (Inherited from object) | 
![]()  | GetObjectData | Implements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize a HashSet object. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | GetType | Gets the System.Type of the current instance. (Inherited from object) | 
![]()  | IntersectWith | Modifies the current HashSet object to contain only elements that are present in that object and in the specified collection. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | IsProperSubsetOf | Determines whether a HashSet object is a proper subset of the specified collection. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | IsProperSupersetOf | Determines whether a HashSet object is a proper superset of the specified collection. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | IsSubsetOf | Determines whether a HashSet object is a subset of the specified collection. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | IsSupersetOf | Determines whether a HashSet object is a superset of the specified collection. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | OnDeserialization | Implements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | Overlaps | Determines whether the current HashSet object and a specified collection share common elements. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | Remove | Removes the specified element from a HashSet object. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | RemoveWhere | Removes all elements that match the conditions defined by the specified predicate from a HashSet collection. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | SetEquals | Determines whether a HashSet object and the specified collection contain the same elements. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | SymmetricExceptWith | Modifies the current HashSet object to contain only elements that are present either in that object or in the specified collection, but not both. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | ToString | Returns a string that represents the current object. (Inherited from object) | 
![]()  | TrimExcess | Sets the capacity of a HashSet object to the actual number of elements it contains, rounded up to a nearby, implementation-specific value. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | TryGetValue | Searches the set for a given value and returns the equal value it finds, if any. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
![]()  | UnionWith | Modifies the current HashSet object to contain all elements that are present in itself, the specified collection, or both. (Inherited from System.Collections.Generic.HashSet<Guid>) | 
| Name | Description | |
|---|---|---|
![]()  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | 
![]()  | MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |