Skip to content

IJsonDocument.AppendElementToMetadataDb Method

Definition

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

AppendElementToMetadataDb(int, JsonWorkspace, ref MetadataDb)

Appends the element at the specified index to the metadata database.

public abstract void AppendElementToMetadataDb(int index, JsonWorkspace workspace, ref MetadataDb db)

Parameters

Name Type Description
index int The index of the element.
workspace JsonWorkspace The JSON workspace.
db ref MetadataDb The metadata database.

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