Search Results for

    Show / Hide Table of Contents

    Class HzyTuple<T1, T2, T3, T4, T5, T6, T7, T8>

    Inheritance
    System.Object
    HzyTuple<T1, T2, T3, T4, T5, T6, T7, T8>
    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, T5, T6, T7, T8>
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    T6
    T7
    T8

    Constructors

    | Improve this Doc View Source

    HzyTuple(T1, T2, T3, T4, T5, T6, T7, T8)

    Declaration
    public HzyTuple(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8)
    Parameters
    Type Name Description
    T1 t1
    T2 t2
    T3 t3
    T4 t4
    T5 t5
    T6 t6
    T7 t7
    T8 t8

    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

    t5

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

    t6

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

    t7

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

    t8

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