- Namespace
- Statiq
.Common - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["IReadOnlyDictionaryExtensions"]
class Type type-node
Syntax
public static class IReadOnlyDictionaryExtensions
Methods
Name | Return Value | Summary |
---|---|---|
ContainsAnyKeys |
bool |
Determines whether the dictionary contains all the specified keys.
static
|
ContainsAnyKeys |
bool |
Determines whether the dictionary contains all the specified keys.
static
|
ContainsKeys |
bool |
Determines whether the dictionary contains all the specified keys.
static
|
ContainsKeys |
bool |
Determines whether the dictionary contains all the specified keys.
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
|
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
|