Search Results for

    Show / Hide Table of Contents

    Class HzyTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>

    Inheritance
    System.Object
    HzyTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>
    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, T9, T10, T11, T12, T13, T14, T15, T16>
    Type Parameters
    Name Description
    T1
    T2
    T3
    T4
    T5
    T6
    T7
    T8
    T9
    T10
    T11
    T12
    T13
    T14
    T15
    T16

    Constructors

    | Improve this Doc View Source

    HzyTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)

    Declaration
    public HzyTuple(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8, T9 t9, T10 t10, T11 t11, T12 t12, T13 t13, T14 t14, T15 t15, T16 t16)
    Parameters
    Type Name Description
    T1 t1
    T2 t2
    T3 t3
    T4 t4
    T5 t5
    T6 t6
    T7 t7
    T8 t8
    T9 t9
    T10 t10
    T11 t11
    T12 t12
    T13 t13
    T14 t14
    T15 t15
    T16 t16

    Properties

    | Improve this Doc View Source

    t1

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

    t10

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

    t11

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

    t12

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

    t13

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

    t14

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

    t15

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

    t16

    Declaration
    public T16 t16 { get; }
    Property Value
    Type Description
    T16
    | 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

    t9

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