Show / Hide Table of Contents

    Class InputOutput<T>

    Holds one input/output pair.

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

    Constructors

    | Improve this Doc View Source

    InputOutput(Int32sRef, T)

    Declaration
    public InputOutput(Int32sRef input, T output)
    Parameters
    Type Name Description
    Int32sRef input
    T output

    Properties

    | Improve this Doc View Source

    Input

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

    Output

    Declaration
    public T Output { get; }
    Property Value
    Type Description
    T

    Methods

    | Improve this Doc View Source

    CompareTo(InputOutput<T>)

    Declaration
    public virtual int CompareTo(InputOutput<T> other)
    Parameters
    Type Name Description
    InputOutput<T> other
    Returns
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)