JsonPatchDocument Constructors
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.
Overloads
JsonPatchDocument()
JsonPatchDocument(List<Operation>, JsonSerializerOptions)
- Source:
- JsonPatchDocument.cs
public JsonPatchDocument(System.Collections.Generic.List<Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.Operation> operations, System.Text.Json.JsonSerializerOptions serializerOptions);
new Microsoft.AspNetCore.JsonPatch.SystemTextJson.JsonPatchDocument : System.Collections.Generic.List<Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.Operation> * System.Text.Json.JsonSerializerOptions -> Microsoft.AspNetCore.JsonPatch.SystemTextJson.JsonPatchDocument
Public Sub New (operations As List(Of Operation), serializerOptions As JsonSerializerOptions)
Parameters
- serializerOptions
- JsonSerializerOptions