Class FluentDictionary<TKey, TValue>
Inheritance
FluentDictionary<TKey, TValue>
Assembly: OpenSearch.Client.dll
Syntax
public class FluentDictionary<TKey, TValue> : Dictionary<TKey, TValue>, IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IReadOnlyDictionary<TKey, TValue>, IReadOnlyCollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Type Parameters
Name |
Description |
TKey |
|
TValue |
|
Constructors
|
Edit this page
View Source
FluentDictionary()
Declaration
public FluentDictionary()
|
Edit this page
View Source
FluentDictionary(IDictionary<TKey, TValue>)
Declaration
public FluentDictionary(IDictionary<TKey, TValue> copy)
Parameters
Methods
|
Edit this page
View Source
Add(TKey, TValue)
Declaration
public FluentDictionary<TKey, TValue> Add(TKey key, TValue value)
Parameters
Type |
Name |
Description |
TKey |
key |
|
TValue |
value |
|
Returns
|
Edit this page
View Source
Remove(TKey)
Declaration
public FluentDictionary<TKey, TValue> Remove(TKey key)
Parameters
Type |
Name |
Description |
TKey |
key |
|
Returns
Implements
Extension Methods