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

显示文件 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_oe property

public JsonProperty,Newtonsoft.Json.Serialization ConstructorProperty
return JsonProperty

Name public_oe property

public string Name
return string

Presence public_oe property

public PropertyPresence? Presence
return PropertyPresence?

Property public_oe property

public JsonProperty,Newtonsoft.Json.Serialization Property
return JsonProperty

Used public_oe property

public bool Used
return bool

Value public_oe property

public object Value
return object