Skip to content

ComplexValueBuilder.AddPrebakedPropertyNullValue Method

Definition

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

AddPrebakedPropertyNullValue(ReadOnlySpan<byte>)

Adds a null property using a pre-baked property name blob.

public void AddPrebakedPropertyNullValue(ReadOnlySpan<byte> prebakedPropertyName)

Parameters

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

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