Show / Hide Table of Contents

    Class PairOutputs<A, B>.Pair

    Holds a single pair of two outputs.

    Inheritance
    System.Object
    PairOutputs<A, B>.Pair
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Util.Fst
    Assembly: Lucene.Net.dll
    Syntax
    public class Pair

    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
    Overrides
    System.Object.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    Extension Methods

    Number.IsNumber(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)