The methods of the Set class are listed below. For a complete list of Set class members, see the Set Members topic.
![]() Intersection | Returns the intersection of two Sets. |
![]() Subtract | Returns the difference of two Sets. |
![]() Union | Overloaded. Returns the distinct union of two Sets. |
Contains | Determines whether an element is in the Set. |
Equals (inherited from Object) | Determines whether the specified object is equal to the current object. |
Filter | |
GetEnumerator | Returns an enumerator that can iterator through the elements of the Set. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetItem | Overloaded. Returns an object at the specified zero-based index of the Set . |
GetRange | Overloaded. Returns a Set containing a range of elements in the source Set . |
GetType (inherited from Object) | Gets the Type of the current instance. |
Intersection | Returns the intersection of two Sets. |
Order | Overloaded. |
OrderBy | Returns a Set containing the same elements as the source Set with the sort order defined by the specified OQL order clause. |
Select | Overloaded. Returns a Set populated by evaluating the specified expression on the elements of the source Set. |
Subtract | Returns the difference of two Sets. |
ToArray | Overloaded. Copies the elements of the Set to a new Array of . |
ToObject | Returns the only element of this Set. |
ToString (inherited from Object) | Returns a string that represents the current object. |
Union | Returns the distinct union of two Sets. |
Where | Returns a Set that contains elements of the source Set filtered by the specified OQL filter expression. |
Finalize (inherited from Object) | Allows an object to attempt to free resources and perform other cleanup operations before the object is reclaimed by garbage collection. |
GetDataSourceForDataAccess | |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current object. |
Set Class | TechTalk.Genome Namespace | DataDomain.Evaluate | DataDomain.Extent