Skip to content

JsonElement.Mutable.SetPropertyNull Method

Definition

Namespace: Corvus.Text.Json
Assembly: Corvus.Text.Json.dll

Overloads

Method Description
SetPropertyNull(string)
SetPropertyNull(ReadOnlySpan<char>)
SetPropertyNull(ReadOnlySpan<byte>)

SetPropertyNull(string)

Source: JsonElement.Mutable.cs

public void SetPropertyNull(string propertyName)

Parameters

Name Type Description
propertyName string

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

SetPropertyNull(ReadOnlySpan<char>)

Source: JsonElement.Mutable.cs

public void SetPropertyNull(ReadOnlySpan<char> propertyName)

Parameters

Name Type Description
propertyName ReadOnlySpan<char>

Applies To

Product Versions
.NET 9, 10
.NET Standard 2.0, 2.1

SetPropertyNull(ReadOnlySpan<byte>)

Source: JsonElement.Mutable.cs

public void SetPropertyNull(ReadOnlySpan<byte> propertyName)

Parameters

Name Type Description
propertyName ReadOnlySpan<byte>

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