Extension methods for collection types.
- Namespace
- Statiq
.Common - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ICollectionExtensions"]
class Type type-node
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
|