ComplexValueBuilder.InsertAndDispose Method
Definition
Namespace: Corvus.Text.Json.Internal
Assembly: Corvus.Text.Json.dll
Source: ComplexValueBuilder.cs
InsertAndDispose(int, int, ref MetadataDb)
Inserts the built data into the specified MetadataDb at the given index and disposes this builder.
public void InsertAndDispose(int complexObjectStartIndex, int targetIndex, ref MetadataDb targetData)
Parameters
| Name | Type | Description |
|---|---|---|
complexObjectStartIndex |
int |
The start index of the complex object in the target database. |
targetIndex |
int |
The index at which to insert the data. |
targetData |
ref MetadataDb |
The target metadata database to receive the data. |
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