Search Results for

    Show / Hide Table of Contents

    Class IsAReadOnlyDictionaryBase<TKey, TValue>

    Inheritance
    object
    IsAReadOnlyDictionaryBase<TKey, TValue>
    AggregateDictionary
    CompositeKey
    SuggestDictionary<T>
    Implements
    IIsAReadOnlyDictionary<TKey, TValue>
    IReadOnlyDictionary<TKey, TValue>
    IReadOnlyCollection<KeyValuePair<TKey, TValue>>
    IEnumerable<KeyValuePair<TKey, TValue>>
    IEnumerable
    IIsAReadOnlyDictionary
    Inherited Members
    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 abstract class IsAReadOnlyDictionaryBase<TKey, TValue> : IIsAReadOnlyDictionary<TKey, TValue>, IReadOnlyDictionary<TKey, TValue>, IReadOnlyCollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable, IIsAReadOnlyDictionary
    Type Parameters
    Name Description
    TKey
    TValue

    Constructors

    | Edit this page View Source

    IsAReadOnlyDictionaryBase(IReadOnlyDictionary<TKey, TValue>)

    Declaration
    protected IsAReadOnlyDictionaryBase(IReadOnlyDictionary<TKey, TValue> backingDictionary)
    Parameters
    Type Name Description
    IReadOnlyDictionary<TKey, TValue> backingDictionary

    Properties

    | Edit this page View Source

    BackingDictionary

    Declaration
    protected IReadOnlyDictionary<TKey, TValue> BackingDictionary { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<TKey, TValue>
    | Edit this page View Source

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    this[TKey]

    Declaration
    public TValue this[TKey key] { get; }
    Parameters
    Type Name Description
    TKey key
    Property Value
    Type Description
    TValue
    | Edit this page View Source

    Keys

    Declaration
    public IEnumerable<TKey> Keys { get; }
    Property Value
    Type Description
    IEnumerable<TKey>
    | Edit this page View Source

    Values

    Declaration
    public IEnumerable<TValue> Values { get; }
    Property Value
    Type Description
    IEnumerable<TValue>

    Methods

    | Edit this page View Source

    ContainsKey(TKey)

    Declaration
    public bool ContainsKey(TKey key)
    Parameters
    Type Name Description
    TKey key
    Returns
    Type Description
    bool
    | Edit this page View Source

    Sanitize(TKey)

    Declaration
    protected virtual TKey Sanitize(TKey key)
    Parameters
    Type Name Description
    TKey key
    Returns
    Type Description
    TKey
    | Edit this page View Source

    TryGetValue(TKey, out TValue)

    Declaration
    public bool TryGetValue(TKey key, out TValue value)
    Parameters
    Type Name Description
    TKey key
    TValue value
    Returns
    Type Description
    bool

    Implements

    IIsAReadOnlyDictionary<TKey, TValue>
    IReadOnlyDictionary<TKey, TValue>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IEnumerable
    IIsAReadOnlyDictionary

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • IsAReadOnlyDictionaryBase(IReadOnlyDictionary<TKey, TValue>)
    • Properties
      • BackingDictionary
      • Count
      • this[TKey]
      • Keys
      • Values
    • Methods
      • ContainsKey(TKey)
      • Sanitize(TKey)
      • TryGetValue(TKey, out TValue)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX