Extension methods for collection types.
- Namespace
- Statiq
.Common - Base Types
-
- object
Syntax
public static class ICollectionExtensions
Methods
| Name | Return Value | Summary |
|---|---|---|
| AddRange |
void |
Adds a range of values to a collection.
static
|
| AddRange |
void |
Adds a range of values to a collection.
static
|
| RemoveAll |
int |
Removes all items that match a predicate from a collection.
static
|