Class JsonDictionaryContract
Inheritance
JsonDictionaryContract
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public class JsonDictionaryContract : Newtonsoft.Json.Serialization.JsonContainerContract
Constructors
Declaration
public JsonDictionaryContract (Type underlyingType);
Parameters
Properties
Declaration
public Func<string,string> DictionaryKeyResolver { get; set; }
Property Value
Declaration
public Type DictionaryKeyType { get; }
Property Value
Declaration
public Type DictionaryValueType { get; }
Property Value
Declaration
public bool HasParameterizedCreator { get; set; }
Property Value
Declaration
public Newtonsoft.Json.Serialization.ObjectConstructor<object> OverrideCreator { get; set; }
Property Value