EnumerableFns Methods Breeze.sharp

The EnumerableFns type exposes the following members.

Methods

  Name Description
Public method Static member AllEqualT(IEnumerableT)
Returns true if all items in a cached collection are equal.
Public method Static member AllEqualT, U(IEnumerableT, FuncT, U)
Returns true if all items in a cached collection have the same projected value.
Public method Static member DistinctTSource, TResult
Returns distinct elements from a sequence by using a specified selector function to project objects to compare.
Public method Static member ExceptTSource, TResult
Produces the set difference of two sequences by using a specified selector function to compare values.
Public method Static member ForEachT(IEnumerableT, ActionT)
Enumerate a cached collection performing the specified action on each item.
Public method Static member ForEachT(IEnumerableT, ActionT, Int32)
Enumerate an indexed collection in cache performing the specified action on each item.
Public method Static member GetAggregateHashCode
Returns a hashcode for a collection that uses a similar algorithm to that used by the .NET Tuple class. Order matters.
Public method Static member IndexOfT
Returns the index of the first item in the sequence matching a condition, or -1 if no match found.
Public method Static member IntersectTSource, TResult
Produces the set intersection of two sequences by using a specified selector function to project objects to compare.
Public method Static member ToAggregateString
Concatenates the string version of each element in a collection using the delimiter provided.
Public method Static member ToHashSetT
Public method Static member UnionTSource, TResult
Produces the set union of two sequences by using a specified selector function to project objects to compare.
Top
See Also

Reference