SequenceGroup Members
A Sequence Group for given key.
The following tables list the members exposed by the SequenceGroup type.
Public Constructors
Name | Description | |
---|---|---|
SequenceGroup |
Top
Public Fields
Name | Description | |
---|---|---|
Rep | Supports the infrastructure. Do not use. (Inherited from Sequence) |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Returns the count of elements in the sequence. (Inherited from Sequence) | |
IsReadOnly | Always returns true. (Inherited from Sequence) | |
Item | Return the element at the given index. If the index is out of bounds, an exception is thrown. (Inherited from Sequence) | |
Key | Delivers key of this SequenceGroup |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Add | Add an element to the Sequence, returning a new Sequence. (Inherited from Sequence) | |
AddRange | Add a range of elements to a Sequence. (Inherited from Sequence) | |
Append | Return the concatenation of this and the other sequence. (Inherited from Sequence) | |
Clear | Not supported since sequence values are read-only. (Inherited from Sequence) | |
Contains | Determine whether an element is contained in the sequence. (Inherited from Sequence) | |
CopyTo | Copies the elements of the sequence into the array. (Inherited from Sequence) | |
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 sequence. (Inherited from Sequence) | |
GetHashCode | Overridden. Serves as a consistent hash function for a compound value type. (Inherited from Object) | |
GetType | (Inherited from Object) | |
GroupBy | Overloaded. (Inherited from Sequence) | |
GroupJoin | Perform a grouped join of two sequences based on matching keys extracted from the elements. (Inherited from Sequence) | |
IndexOf | Overloaded. (Inherited from Sequence) | |
Insert | Insert element at given index. If the index is out of bounds, an exception will be thrown. (Inherited from Sequence) | |
InsertRange | Insert the enumeration of elements at the given index. If index is out of bounds, an exception will be thrown. (Inherited from Sequence) | |
Join | Perform an inner join of two sequences based on matching keys extracted from the elements. (Inherited from Sequence) | |
LastIndexOf | Overloaded. (Inherited from Sequence) | |
OrderBy | Orders a sequence according to the given key in ascending order. (Inherited from Sequence) | |
OrderByDescending | Orders a sequence according to a given key in descending order. (Inherited from Sequence) | |
Remove | Remove an element from the sequence, delivering a new sequence. If the element is not in the sequence, the current sequence will be returned. (Inherited from Sequence) | |
RemoveAt | Remove an element at a given index, delivering a new sequence. If the index is out of range an exception will be thrown. (Inherited from Sequence) | |
Revert | Deliver the sequence value with a reversed order of elements. (Inherited from Sequence) | |
Select | Perform a projection over a sequence. (Inherited from Sequence) | |
SelectMany | Perform a one-to-many element projection over a sequence. (Inherited from Sequence) | |
SubSeq | Overloaded. (Inherited from Sequence) | |
ToArray | Returns the content of the sequence value as an array. (Inherited from Sequence) | |
ToString | Overridden. Convert sequence value to a readable representation. (Inherited from CompoundValue) | |
Update | Replace the value at index by element. If index is out of bounds, an exception will be thrown. (Inherited from Sequence) | |
Where | Filter a sequence based on the given predicate. (Inherited from Sequence) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top