Summary
Extension methods for
System.Collections.Generic.IEnumerable`1
.
- Namespace
- StrideToolkit
.Collections - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["EnumerableExtensions"]
class Type type-node
Syntax
public static class EnumerableExtensions
Methods
Name | Value | Summary |
---|---|---|
Concat |
IEnumerable |
Concatenates two sequences.
static
|
ForEach |
void |
Performs the specified action on each element of the
IEnumerable<T> .
static
|
IsNullOrEmpty |
bool |
Checks if enumerable is
or empty.
static
|