Extensions of
IDictionary<TKey, TValue>
.
- Namespace
- Songhay
.Extensions - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["IDictionaryExtensions"]
class Type type-node
Syntax
public static class IDictionaryExtensions
Methods
Name | Return Value | Summary |
---|---|---|
To |
NameValueCollection |
Converts the
IDictionary<TKey, TValue>
to the NameValueCollection .
static
|
ToShallowClone |
IDictionary |
Converts the
IDictionary<TKey, TValue>
to a shallow clone.
static
|
TryGetValueWithKey |
TValue |
Tries to get value with the specified key.
static
|
TryGetValueWithKey |
TValue |
Tries to get value with the specified key.
static
|
WithPair |
IDictionary |
Returns the
IDictionary<TKey, TValue>
with the specified pair.
static
|
WithPair |
IDictionary |
Returns the
IDictionary<TKey, TValue>
with the specified pair.
static
|
WithPairs |
IDictionary |
Returns the
IDictionary<TKey, TValue>
with the specified pairs.
static
|