Search Results for

    Show / Hide Table of Contents

    Class HzyTuple<T>

    Inheritance
    System.Object
    HzyTuple<T>
    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<T>
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    HzyTuple(T)

    Declaration
    public HzyTuple(T t)
    Parameters
    Type Name Description
    T t

    Properties

    | Improve this Doc View Source

    t1

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