Search Results for

    Show / Hide Table of Contents

    Interface ISuggestContainer

    Inherited Members
    IDictionary<string, ISuggestBucket>.Add(string, ISuggestBucket)
    IDictionary<string, ISuggestBucket>.ContainsKey(string)
    IDictionary<string, ISuggestBucket>.Remove(string)
    IDictionary<string, ISuggestBucket>.TryGetValue(string, out ISuggestBucket)
    IDictionary<string, ISuggestBucket>.this[string]
    IDictionary<string, ISuggestBucket>.Keys
    IDictionary<string, ISuggestBucket>.Values
    ICollection<KeyValuePair<string, ISuggestBucket>>.Add(KeyValuePair<string, ISuggestBucket>)
    ICollection<KeyValuePair<string, ISuggestBucket>>.Clear()
    ICollection<KeyValuePair<string, ISuggestBucket>>.Contains(KeyValuePair<string, ISuggestBucket>)
    ICollection<KeyValuePair<string, ISuggestBucket>>.CopyTo(KeyValuePair<string, ISuggestBucket>[], int)
    ICollection<KeyValuePair<string, ISuggestBucket>>.Remove(KeyValuePair<string, ISuggestBucket>)
    ICollection<KeyValuePair<string, ISuggestBucket>>.Count
    ICollection<KeyValuePair<string, ISuggestBucket>>.IsReadOnly
    IEnumerable<KeyValuePair<string, ISuggestBucket>>.GetEnumerator()
    IEnumerable.GetEnumerator()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ISuggestContainer : IIsADictionary<string, ISuggestBucket>, IDictionary<string, ISuggestBucket>, ICollection<KeyValuePair<string, ISuggestBucket>>, IEnumerable<KeyValuePair<string, ISuggestBucket>>, IEnumerable, IIsADictionary

    Extension Methods

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