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

Top

Public Properties

  Name Description
public property Count  Delivers the count of elements in the Set. (Inherited from Set)
public property IsReadOnly  Always returns true. (Inherited from Set)
public property Key Delivers key of this SetGroup

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Add  Add an element to the set, delivering a new set. (Inherited from Set)
public method Clear  Not supported, because set values are read-only. (Inherited from Set)
public method Contains  Check whether an element is contained in the set. (Inherited from Set)
public method CopyTo  Copies the elements of the set into the array. (Inherited from Set)
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 Set. (Inherited from Set)
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 Set)
public method GroupJoin  Perform a grouped join of two Sets based on matching keys extracted from the elements. (Inherited from Set)
public method Intersection  Construct the intersection of this Set with an enumerable value. (Inherited from Set)
public method Join  Perform an inner join of two Sets based on matching key extracted from the elements. (Inherited from Set)
public method OrderBy  Orders a Set according to key in ascending order, delivering a Sequence. (Inherited from Set)
public method OrderByDescending  Orders a Set according to key in descending order. (Inherited from Set)
public method Remove  Remove an element from the Set, delivering a new Set. (Inherited from Set)
public method Select  Perform a projection over a Set. (Inherited from Set)
public method SelectMany  Perform a one to many element projection over a Set. (Inherited from Set)
public method SubsetOf  Determine whether this Set is a subset of the other Set. (Inherited from Set)
public method ToArray  Deliver a new array containing the elements of the Set. (Inherited from Set)
public method ToString  Overridden. Convert the Set value to a readable representation. (Inherited from CompoundValue)
public method Union  Construct the union of this Set with another enumerable. (Inherited from Set)
public method Where  Filter a Set based on the given predicate. (Inherited from Set)

Top

Protected Methods

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

Top

See Also

Reference

SetGroup Generic Class
Microsoft.Modeling Namespace