Class JsonDynamicContract
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public class JsonDynamicContract : Newtonsoft.Json.Serialization.JsonContainerContract
Constructors
JsonDynamicContract(Type)
Properties
Properties
Declaration
public Newtonsoft.Json.Serialization.JsonPropertyCollection Properties { get; }
Property Value
JsonPropertyCollection
|