Partager via


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
public field Rep  Supports the infrastructure. Do not use. (Inherited from Sequence)

Top

Public Properties

  Name Description
public property Count  Returns the count of elements in the sequence. (Inherited from Sequence)
public property IsReadOnly  Always returns true. (Inherited from Sequence)
public property Item  Return the element at the given index. If the index is out of bounds, an exception is thrown. (Inherited from Sequence)
public property Key Delivers key of this SequenceGroup

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Add  Add an element to the Sequence, returning a new Sequence. (Inherited from Sequence)
public method AddRange  Add a range of elements to a Sequence. (Inherited from Sequence)
public method Append  Return the concatenation of this and the other sequence. (Inherited from Sequence)
public method Clear  Not supported since sequence values are read-only. (Inherited from Sequence)
public method Contains  Determine whether an element is contained in the sequence. (Inherited from Sequence)
public method CopyTo  Copies the elements of the sequence into the array. (Inherited from Sequence)
public method Equals  Overridden. Determines whether the specified compound value is equal to the current compound value. (Inherited from Object)
public method GetEnumerator  Get the enumeration of elements in the sequence. (Inherited from Sequence)
public method GetHashCode  Overridden. Serves as a consistent hash function for a compound value type. (Inherited from Object)
public method GetType  (Inherited from Object)
public method GroupBy  Overloaded. (Inherited from Sequence)
public method GroupJoin  Perform a grouped join of two sequences based on matching keys extracted from the elements. (Inherited from Sequence)
public method IndexOf  Overloaded. (Inherited from Sequence)
public method Insert  Insert element at given index. If the index is out of bounds, an exception will be thrown. (Inherited from Sequence)
public method InsertRange  Insert the enumeration of elements at the given index. If index is out of bounds, an exception will be thrown. (Inherited from Sequence)
public method Join  Perform an inner join of two sequences based on matching keys extracted from the elements. (Inherited from Sequence)
public method LastIndexOf  Overloaded. (Inherited from Sequence)
public method OrderBy  Orders a sequence according to the given key in ascending order. (Inherited from Sequence)
public method OrderByDescending  Orders a sequence according to a given key in descending order. (Inherited from Sequence)
public method 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)
public method 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)
public method Revert  Deliver the sequence value with a reversed order of elements. (Inherited from Sequence)
public method Select  Perform a projection over a sequence. (Inherited from Sequence)
public method SelectMany  Perform a one-to-many element projection over a sequence. (Inherited from Sequence)
public method SubSeq  Overloaded. (Inherited from Sequence)
public method ToArray  Returns the content of the sequence value as an array. (Inherited from Sequence)
public method ToString  Overridden. Convert sequence value to a readable representation. (Inherited from CompoundValue)
public method Update  Replace the value at index by element. If index is out of bounds, an exception will be thrown. (Inherited from Sequence)
public method Where  Filter a sequence based on the given predicate. (Inherited from Sequence)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

SequenceGroup Generic Class
Microsoft.Modeling Namespace