Skip to content

DefaultValueJsonDocument.OverwriteFromDocument Method

Definition

Namespace: Corvus.Text.Json.Internal
Assembly: Corvus.Text.Json.dll
Source: DefaultValueJsonDocument.cs

OverwriteFromDocument(int, int, int, int, IJsonDocument, int)

public void OverwriteFromDocument(int complexObjectStartIndex, int startIndex, int endIndex, int memberCountToReplace, IJsonDocument sourceDocument, int sourceIndex)

Parameters

Name Type Description
complexObjectStartIndex int
startIndex int
endIndex int
memberCountToReplace int
sourceDocument IJsonDocument
sourceIndex int

Implements

IMutableJsonDocument.OverwriteFromDocument

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