Show / Hide Table of Contents

    Class Tuple<T1, T2>

    Inheritance
    Object
    Tuple<T1, T2>
    Implements
    IComparable
    Inherited Members
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Net3_Proxy
    Assembly: Net3-Proxy.dll
    Syntax
    [Serializable]
    public class Tuple<T1, T2> : IComparable
    Type Parameters
    Name Description
    T1
    T2

    Constructors

    | Improve this Doc View Source

    Tuple(T1, T2)

    Declaration
    public Tuple(T1 item1, T2 item2)
    Parameters
    Type Name Description
    T1 item1
    T2 item2

    Properties

    | Improve this Doc View Source

    Item1

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

    Item2

    Declaration
    public T2 Item2 { get; }
    Property Value
    Type Description
    T2

    Methods

    | Improve this Doc View Source

    Equals(Object)

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

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Explicit Interface Implementations

    | Improve this Doc View Source

    IComparable.CompareTo(Object)

    Declaration
    int IComparable.CompareTo(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Int32

    Implements

    System.IComparable

    Extension Methods

    ReflectionUtil.SetPrivateField(Object, String, Object)
    ReflectionUtil.GetPrivateField<T>(Object, String)
    ReflectionUtil.SetPrivateProperty(Object, String, Object)
    ReflectionUtil.InvokePrivateMethod(Object, String, Object[])
    ReflectionUtil.InvokePrivateMethod<T>(Object, String, Object[])
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX