Show / Hide Table of Contents

    Class TypeInformation

    Inheritance
    System.Object
    TypeInformation
    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: Bayat.Json.Utilities
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public class TypeInformation

    Properties

    | Improve this Doc View Source

    Type

    Declaration
    public Type Type { get; set; }
    Property Value
    Type Description
    System.Type
    | Improve this Doc View Source

    TypeCode

    Declaration
    public PrimitiveTypeCode TypeCode { get; set; }
    Property Value
    Type Description
    PrimitiveTypeCode
    • Improve this Doc
    • View Source
    • 0 Comments