Search Results for

    Show / Hide Table of Contents

    Interface ISuggestDictionary<T>

    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ISuggestDictionary<out T> where T : class
    Type Parameters
    Name Description
    T

    Properties

    | Edit this page View Source

    this[string]

    Declaration
    ISuggest<out T>[] this[string key] { get; }
    Parameters
    Type Name Description
    string key
    Property Value
    Type Description
    ISuggest<T>[]
    | Edit this page View Source

    Keys

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

    Values

    Declaration
    IEnumerable<ISuggest<out T>[]> Values { get; }
    Property Value
    Type Description
    IEnumerable<ISuggest<T>[]>

    Methods

    | Edit this page View Source

    ContainsKey(string)

    Declaration
    bool ContainsKey(string key)
    Parameters
    Type Name Description
    string key
    Returns
    Type Description
    bool

    Extension Methods

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