Search Results for

    Show / Hide Table of Contents

    Interface IIsAReadOnlyDictionary<TKey, TValue>

    Inherited Members
    IReadOnlyDictionary<TKey, TValue>.ContainsKey(TKey)
    IReadOnlyDictionary<TKey, TValue>.TryGetValue(TKey, out TValue)
    IReadOnlyDictionary<TKey, TValue>.this[TKey]
    IReadOnlyDictionary<TKey, TValue>.Keys
    IReadOnlyDictionary<TKey, TValue>.Values
    IReadOnlyCollection<KeyValuePair<TKey, TValue>>.Count
    IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator()
    IEnumerable.GetEnumerator()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IIsAReadOnlyDictionary<TKey, TValue> : IReadOnlyDictionary<TKey, TValue>, IReadOnlyCollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable, IIsAReadOnlyDictionary
    Type Parameters
    Name Description
    TKey
    TValue

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Extension Methods
    Back to top Generated by DocFX