Show / Hide Table of Contents

    Class Tuple

    Inheritance
    Object
    Tuple
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Net3_Proxy
    Assembly: Net3-Proxy.dll
    Syntax
    public static class Tuple

    Methods

    | Improve this Doc View Source

    Create<T1, T2>(T1, T2)

    Declaration
    public static Tuple<T1, T2> Create<T1, T2>(T1 i1, T2 i2)
    Parameters
    Type Name Description
    T1 i1
    T2 i2
    Returns
    Type Description
    Tuple<T1, T2>
    Type Parameters
    Name Description
    T1
    T2
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX