Show / Hide Table of Contents

    Class BytesRefFSTEnum.InputOutput<T>

    Holds a single input (BytesRef) + output pair.

    Inheritance
    System.Object
    BytesRefFSTEnum.InputOutput<T>
    Namespace: Lucene.Net.Util.Fst
    Assembly: Lucene.Net.dll
    Syntax
    public class InputOutput<T> : object
    Type Parameters
    Name Description
    T

    Properties

    | Improve this Doc View Source

    Input

    Declaration
    public BytesRef Input { get; set; }
    Property Value
    Type Description
    BytesRef
    | Improve this Doc View Source

    Output

    Declaration
    public T Output { get; set; }
    Property Value
    Type Description
    T
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)