Class JsonContainerContract
Inheritance
JsonContainerContract
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public class JsonContainerContract : Newtonsoft.Json.Serialization.JsonContract
Properties
Declaration
public Newtonsoft.Json.JsonConverter ItemConverter { get; set; }
Property Value
Declaration
public Nullable<bool> ItemIsReference { get; set; }
Property Value
Declaration
public Nullable<Newtonsoft.Json.ReferenceLoopHandling> ItemReferenceLoopHandling { get; set; }
Property Value
Declaration
public Nullable<Newtonsoft.Json.TypeNameHandling> ItemTypeNameHandling { get; set; }
Property Value