Summary
Extension methods for collection types.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Util - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["CollectionExtensions"]
class Type type-node
Syntax
public static class CollectionExtensions
Methods
Name | Value | Summary |
---|---|---|
AddRange |
void |
Adds a range of values to a collection.
static
|
RemoveAll |
int |
Removes all items that match a predicate from a collection.
static
|
RequireKeys |
void |
Verifies that a dictionary contains all requires keys.
An
System.ArgumentException will be thrown if the
specified keys are not all present in the dictionary.
static
|