- Namespace
- Statiq
.Common - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["IEnumerableExtensions"]
class Type type-node
Syntax
public static class IEnumerableExtensions
Methods
| Name | Return Value | Summary |
|---|---|---|
| Concat |
IEnumerable |
static
|
| GetNext |
T |
static
|
| GetNext |
T |
static
|
| GetPrevious |
T |
static
|
| GetPrevious |
T |
static
|
| StartsWith |
bool |
Determines whether the items starts with the specified values.
static
|
| StartsWith |
bool |
Determines whether the items starts with the specified values.
static
|