Class JsonArrayContract
Inheritance
JsonArrayContract
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public class JsonArrayContract : Newtonsoft.Json.Serialization.JsonContainerContract
Constructors
Declaration
public JsonArrayContract (Type underlyingType);
Parameters
Properties
Declaration
public Type CollectionItemType { get; }
Property Value
Declaration
public bool HasParameterizedCreator { get; set; }
Property Value
Declaration
public bool IsMultidimensionalArray { get; }
Property Value
Declaration
public Newtonsoft.Json.Serialization.ObjectConstructor<object> OverrideCreator { get; set; }
Property Value