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
HasParameterizedCreator
public bool HasParameterizedCreator { get; set; }
Property Value
IsMultidimensionalArray
public bool IsMultidimensionalArray { get; }
Property Value
OverrideCreator
public ObjectConstructor<object>? OverrideCreator { get; set; }