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 SourceImmutableCollectionTypeInfo(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 SourceBuilderTypeName
Declaration
public string BuilderTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContractTypeName
Declaration
public string ContractTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedTypeName
Declaration
public string CreatedTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |