Search Results for

    Show / Hide Table of Contents

    Class HzyTuple<T1, T2, T3, T4>

    Inheritance
    System.Object
    HzyTuple<T1, T2, T3, T4>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FreeSql.Internal.Model
    Assembly: FreeSql.dll
    Syntax
    public class HzyTuple<T1, T2, T3, T4>
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4

    Constructors

    | Improve this Doc View Source

    HzyTuple(T1, T2, T3, T4)

    Declaration
    public HzyTuple(T1 t1, T2 t2, T3 t3, T4 t4)
    Parameters
    Type Name Description
    T1 t1
    T2 t2
    T3 t3
    T4 t4

    Properties

    | Improve this Doc View Source

    t1

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

    t2

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

    t3

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

    t4

    Declaration
    public T4 t4 { get; }
    Property Value
    Type Description
    T4
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX