Search Results for

    Show / Hide Table of Contents

    Class NativeTuple<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>

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

    Constructors

    | Improve this Doc View Source

    NativeTuple(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)

    Declaration
    public NativeTuple(T1 item1, T2 item2, T3 item3, T4 item4, T5 item5, T6 item6, T7 item7, T8 item8, T9 item9, T10 item10, T11 item11, T12 item12, T13 item13)
    Parameters
    Type Name Description
    T1 item1
    T2 item2
    T3 item3
    T4 item4
    T5 item5
    T6 item6
    T7 item7
    T8 item8
    T9 item9
    T10 item10
    T11 item11
    T12 item12
    T13 item13

    Properties

    | Improve this Doc View Source

    Item1

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

    Item10

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

    Item11

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

    Item12

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

    Item13

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

    Item2

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

    Item3

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

    Item4

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

    Item5

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

    Item6

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

    Item7

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

    Item8

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

    Item9

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