Skip to content

ComplexValueBuilder.StartPrebakedProperty Method

Definition

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

StartPrebakedProperty(ReadOnlySpan<byte>)

Stores a pre-baked property name and returns a handle for complex value building. Use with EndProperty to complete the property.

public ComplexValueBuilder.ComplexValueHandle StartPrebakedProperty(ReadOnlySpan<byte> prebakedPropertyName)

Parameters

Name Type Description
prebakedPropertyName ReadOnlySpan<byte> The pre-baked property name blob.

Returns

ComplexValueBuilder.ComplexValueHandle

The handle for the property.

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