Table of Contents

Class JsonArrayContract

Namespace
Newtonsoft.Json.Serialization
Assembly
Newtonsoft.Json.dll
public class JsonArrayContract : JsonContainerContract
Inheritance
JsonArrayContract
Inherited Members
Extension Methods

Constructors

JsonArrayContract(Type)

public JsonArrayContract(Type underlyingType)

Parameters

underlyingType Type

Properties

CollectionItemType

public Type? CollectionItemType { get; }

Property Value

Type

HasParameterizedCreator

public bool HasParameterizedCreator { get; set; }

Property Value

bool

IsMultidimensionalArray

public bool IsMultidimensionalArray { get; }

Property Value

bool

OverrideCreator

public ObjectConstructor<object>? OverrideCreator { get; set; }

Property Value

ObjectConstructor<object>