C# Class Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreatorPropertyContext

Show file Open project: JamesNK/Newtonsoft.Json

Public Properties

Property Type Description
ConstructorProperty JsonProperty
Name string
Presence PropertyPresence?
Property JsonProperty
Used bool
Value object

Property Details

ConstructorProperty public property

public JsonProperty,Newtonsoft.Json.Serialization ConstructorProperty
return JsonProperty

Name public property

public string Name
return string

Presence public property

public PropertyPresence? Presence
return PropertyPresence?

Property public property

public JsonProperty,Newtonsoft.Json.Serialization Property
return JsonProperty

Used public property

public bool Used
return bool

Value public property

public object Value
return object