Search Results for

    Show / Hide Table of Contents

    Class PrefixLookup<T>

    Stores key-value pairs, with efficient searching for the longest key that is a prefix of a given string.

    Inheritance
    object
    PrefixLookup<T>
    Namespace: Tessera
    Assembly: Tessera.dll
    Syntax
    public class PrefixLookup<T>
    Type Parameters
    Name Description
    T

    Constructors

    PrefixLookup()

    Declaration
    public PrefixLookup()

    Methods

    Add(string, object)

    Declaration
    public void Add(string name, object value)
    Parameters
    Type Name Description
    string name
    object value

    TryFindLongestPrefix(string, out T)

    Declaration
    public bool TryFindLongestPrefix(string name, out T value)
    Parameters
    Type Name Description
    string name
    T value
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX