IdeaBlade.Core Assembly > IdeaBlade.Core Namespace : EnumerableFns Class |
The following tables list the members exposed by EnumerableFns.
Name | Description | |
---|---|---|
![]() ![]() | All<T> | Returns true if all items in a cached collection satisfy the given predicate. |
![]() ![]() | AllEqual | Overloaded. Returns true if all items in a cached collection are equal. |
![]() ![]() | Any<T> | Returns true if any of the items in the indexed collection in cache satisfy the given predicate. |
![]() ![]() | Concat<T> | Concatenates two sequences. |
![]() ![]() | Distinct<TSource,TResult> | Returns distinct elements from a sequence by using a specified selector function to project objects to compare. |
![]() | Equals | (Inherited from object) |
![]() ![]() | Except<TSource,TResult> | Produces the set difference of two sequences by using a specified selector function to compare values. |
![]() ![]() | ForEach | Overloaded. Enumerate a cached collection performing the specified action on each item. |
![]() ![]() | GetAggregateHashCode | Returns a hashcode for a collection that uses a similar algorithm to that used by the .NET Tuple class. Order matters. |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() ![]() | IndexOf<T> | Returns the index of the first item in the sequence matching a condition, or -1 if no match found. |
![]() ![]() | Intersect<TSource,TResult> | Produces the set intersection of two sequences by using a specified selector function to project objects to compare. |
![]() ![]() | Repeat<T> | Repeat the items enumerable count times. |
![]() ![]() | ToAggregateString | Concatenates the string version of each element in a collection using the delimiter provided. |
![]() ![]() | ToHashSet<T> | Returns a HashSet of the specified collection. |
![]() | ToString | (Inherited from object) |
![]() ![]() | Union<TSource,TResult> | Produces the set union of two sequences by using a specified selector function to project objects to compare. |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |