Skip to content

ComplexValueBuilder.SetAndDispose Method

Definition

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

SetAndDispose(MetadataDb)

Transfers the built data to the specified MetadataDb and disposes this builder.

public void SetAndDispose(ref MetadataDb targetData)

Parameters

Name Type Description
targetData 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