JsonPatchDocument.AddOperation.OpEntity.CreateBuilder Method
Definition
Namespace: Corvus.Text.Json.Patch
Assembly: Corvus.Text.Json.dll
Overloads
CreateBuilder(JsonWorkspace, ref JsonPatchDocument.AddOperation.OpEntity.Source, int)
public static JsonDocumentBuilder<JsonPatchDocument.AddOperation.OpEntity.Mutable> CreateBuilder(JsonWorkspace workspace, ref JsonPatchDocument.AddOperation.OpEntity.Source value, int initialCapacity)
Parameters
Returns
JsonDocumentBuilder<JsonPatchDocument.AddOperation.OpEntity.Mutable>
Applies To
Product
Versions
.NET
9, 10
.NET Standard
2.0, 2.1
CreateBuilder(JsonWorkspace)
public JsonDocumentBuilder<JsonPatchDocument.AddOperation.OpEntity.Mutable> CreateBuilder(JsonWorkspace workspace)
Parameters
Returns
JsonDocumentBuilder<JsonPatchDocument.AddOperation.OpEntity.Mutable>
Applies To
Product
Versions
.NET
9, 10
.NET Standard
2.0, 2.1
Collaborate with us on GitHub
The source for this content can be found on GitHub , where you can also create and review issues and pull requests.
Open an issue