SetGroup Members
A Set Group of Key K.
The following tables list the members exposed by the SetGroup type.
Public Constructors
Name | Description | |
---|---|---|
SetGroup |
Top
Public Fields
Name | Description | |
---|---|---|
Rep | Supports the infrastructure. Do not use. (Inherited from Set) |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Delivers the count of elements in the Set. (Inherited from Set) | |
IsReadOnly | Always returns true. (Inherited from Set) | |
Key | Delivers key of this SetGroup |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Add | Add an element to the set, delivering a new set. (Inherited from Set) | |
Clear | Not supported, because set values are read-only. (Inherited from Set) | |
Contains | Check whether an element is contained in the set. (Inherited from Set) | |
CopyTo | Copies the elements of the set into the array. (Inherited from Set) | |
Equals | Overridden. Determines whether the specified compound value is equal to the current compound value. (Inherited from Object) | |
GetEnumerator | Get the enumeration of elements in the Set. (Inherited from Set) | |
GetHashCode | Overridden. Serves as a consistent hash function for a compound value type. (Inherited from Object) | |
GetType | (Inherited from Object) | |
GroupBy | Overloaded. (Inherited from Set) | |
GroupJoin | Perform a grouped join of two Sets based on matching keys extracted from the elements. (Inherited from Set) | |
Intersection | Construct the intersection of this Set with an enumerable value. (Inherited from Set) | |
Join | Perform an inner join of two Sets based on matching key extracted from the elements. (Inherited from Set) | |
OrderBy | Orders a Set according to key in ascending order, delivering a Sequence. (Inherited from Set) | |
OrderByDescending | Orders a Set according to key in descending order. (Inherited from Set) | |
Remove | Remove an element from the Set, delivering a new Set. (Inherited from Set) | |
Select | Perform a projection over a Set. (Inherited from Set) | |
SelectMany | Perform a one to many element projection over a Set. (Inherited from Set) | |
SubsetOf | Determine whether this Set is a subset of the other Set. (Inherited from Set) | |
ToArray | Deliver a new array containing the elements of the Set. (Inherited from Set) | |
ToString | Overridden. Convert the Set value to a readable representation. (Inherited from CompoundValue) | |
Union | Construct the union of this Set with another enumerable. (Inherited from Set) | |
Where | Filter a Set based on the given predicate. (Inherited from Set) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top