JsonPatchProperty(JsonProperty, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance.
public:
JsonPatchProperty(Newtonsoft::Json::Serialization::JsonProperty ^ property, System::Object ^ parent);
public JsonPatchProperty (Newtonsoft.Json.Serialization.JsonProperty property, object parent);
new Microsoft.AspNetCore.JsonPatch.JsonPatchProperty : Newtonsoft.Json.Serialization.JsonProperty * obj -> Microsoft.AspNetCore.JsonPatch.JsonPatchProperty
Public Sub New (property As JsonProperty, parent As Object)
Parameters
- property
- Newtonsoft.Json.Serialization.JsonProperty
- parent
- Object