Show / Hide Table of Contents

    Class ImmutableCollectionsUtils.ImmutableCollectionTypeInfo

    Inheritance
    System.Object
    ImmutableCollectionsUtils.ImmutableCollectionTypeInfo
    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 ImmutableCollectionTypeInfo

    Constructors

    | Improve this Doc View Source

    ImmutableCollectionTypeInfo(String, String, String)

    Declaration
    public ImmutableCollectionTypeInfo(string contractTypeName, string createdTypeName, string builderTypeName)
    Parameters
    Type Name Description
    System.String contractTypeName
    System.String createdTypeName
    System.String builderTypeName

    Properties

    | Improve this Doc View Source

    BuilderTypeName

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

    ContractTypeName

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

    CreatedTypeName

    Declaration
    public string CreatedTypeName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    • 0 Comments