Show / Hide Table of Contents

    Class PairOutputs<A, B>.Pair

    Holds a single pair of two outputs.

    Inheritance
    System.Object
    PairOutputs<A, B>.Pair
    Namespace: Lucene.Net.Util.Fst
    Assembly: Lucene.Net.dll
    Syntax
    public class Pair : object

    Properties

    | Improve this Doc View Source

    Output1

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

    Output2

    Declaration
    public B Output2 { get; }
    Property Value
    Type Description
    B

    Methods

    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    System.Object other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)