Extensions of
IEnumerable<T>
.
- Namespace
- Songhay
.Extensions - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["IEnumerableOfTExtensions"]
class Type type-node
Syntax
public static class IEnumerableOfTExtensions
Remarks
When this ‘greatest hits collection’ is found to be limited,
upgrade to MoreLinq [ see https://github.com/morelinq/MoreLINQ ]
Methods
Name | Return Value | Summary |
---|---|---|
Flatten |
IEnumerable |
Flattens the specified source.
static
|
Flatten |
IEnumerable |
Flattens the specified source.
static
|
ForEachInEnumerable |
void |
Performs the
Action
on each item in the enumerable object.
static
|
ForEachInEnumerable |
void |
Performs the
Action
on each item in the enumerable object.
static
|
Partition |
IEnumerable |
Partitions the specified source.
static
|
SelectWithPrevious |
IEnumerable |
Projects the previous item with the current item.
static
|
ToCollection |
ICollection |
Converts the
IEnumerable<TEnumerable>
into ICollection<TEnumerable> .
static
|
ToDisplayString |
string |
Converts the
IEnumerable<TSource> into a display string.
static
|
ToDisplayString |
string |
Converts the
IEnumerable<TSource> into a display string.
static
|