Show / Hide Table of Contents

    Class Int32sRefFSTEnum.InputOutput<T>

    Holds a single input (Int32sRef) + output pair.

    Inheritance
    System.Object
    Int32sRefFSTEnum.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 Int32sRef Input { get; set; }
    Property Value
    Type Description
    Int32sRef
    | 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)