| Name | Description |
![Public Extension Method](dotnetimages/extensionmethod.png) | All<T> |
Returns true if all items in a cached collection satisfy the given predicate.
|
![Public Extension Method](dotnetimages/extensionmethod.png) | AllEqual | Overloaded.
Returns true if all items in a cached collection are equal.
|
![Public Extension Method](dotnetimages/extensionmethod.png) | Any<T> |
Returns true if any of the items in the indexed collection in cache satisfy the given predicate.
|
![Public Extension Method](dotnetimages/extensionmethod.png) | Concat<T> |
Concatenates two sequences.
|
![Public Extension Method](dotnetimages/extensionmethod.png) | Distinct<TSource,TResult> |
Returns distinct elements from a sequence by using a specified selector function to project objects to compare.
|
![Public Extension Method](dotnetimages/extensionmethod.png) | Except<TSource,TResult> |
Produces the set difference of two sequences by using a specified selector function to compare values.
|
![Public Extension Method](dotnetimages/extensionmethod.png) | ForEach | Overloaded.
Enumerate a cached collection performing the specified action on each item.
|
![Public Extension Method](dotnetimages/extensionmethod.png) | GetAggregateHashCode |
Returns a hashcode for a collection that
uses a similar algorithm to that used by the .NET Tuple class.
Order matters.
|
![Public Extension Method](dotnetimages/extensionmethod.png) | IndexOf<T> |
Returns the index of the first item in the sequence matching a condition, or -1 if no match found.
|
![Public Extension Method](dotnetimages/extensionmethod.png) | Intersect<TSource,TResult> |
Produces the set intersection of two sequences by using a specified selector function to project objects to compare.
|
![Public Extension Method](dotnetimages/extensionmethod.png) | Repeat<T> |
Repeat the items enumerable count times.
|
![Public Extension Method](dotnetimages/extensionmethod.png) | ToAggregateString |
Concatenates the string version of each element in a collection using the delimiter provided.
|
![Public Extension Method](dotnetimages/extensionmethod.png) | ToHashSet<T> | Returns a HashSet of the specified collection. |
![Public Extension Method](dotnetimages/extensionmethod.png) | Union<TSource,TResult> |
Produces the set union of two sequences by using a specified selector function to project objects to compare.
|