Search Results for

    Show / Hide Table of Contents

    Class FluentDictionary<TKey, TValue>

    Inheritance
    object
    Dictionary<TKey, TValue>
    FluentDictionary<TKey, TValue>
    Implements
    IDictionary<TKey, TValue>
    ICollection<KeyValuePair<TKey, TValue>>
    IReadOnlyDictionary<TKey, TValue>
    IReadOnlyCollection<KeyValuePair<TKey, TValue>>
    IEnumerable<KeyValuePair<TKey, TValue>>
    IDictionary
    ICollection
    IEnumerable
    IDeserializationCallback
    ISerializable
    Inherited Members
    Dictionary<TKey, TValue>.Add(TKey, TValue)
    Dictionary<TKey, TValue>.Clear()
    Dictionary<TKey, TValue>.ContainsKey(TKey)
    Dictionary<TKey, TValue>.ContainsValue(TValue)
    Dictionary<TKey, TValue>.GetEnumerator()
    Dictionary<TKey, TValue>.GetObjectData(SerializationInfo, StreamingContext)
    Dictionary<TKey, TValue>.OnDeserialization(object)
    Dictionary<TKey, TValue>.Remove(TKey)
    Dictionary<TKey, TValue>.TryGetValue(TKey, out TValue)
    Dictionary<TKey, TValue>.Comparer
    Dictionary<TKey, TValue>.Count
    Dictionary<TKey, TValue>.this[TKey]
    Dictionary<TKey, TValue>.Keys
    Dictionary<TKey, TValue>.Values
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    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
    Type Name Description
    IDictionary<TKey, TValue> copy

    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
    Type Description
    FluentDictionary<TKey, TValue>
    | Edit this page View Source

    Remove(TKey)

    Declaration
    public FluentDictionary<TKey, TValue> Remove(TKey key)
    Parameters
    Type Name Description
    TKey key
    Returns
    Type Description
    FluentDictionary<TKey, TValue>

    Implements

    IDictionary<TKey, TValue>
    ICollection<T>
    IReadOnlyDictionary<TKey, TValue>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IDictionary
    ICollection
    IEnumerable
    IDeserializationCallback
    ISerializable

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • FluentDictionary()
      • FluentDictionary(IDictionary<TKey, TValue>)
    • Methods
      • Add(TKey, TValue)
      • Remove(TKey)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX