Skip to content

JsonElement.Mutable.Item Property

Definition

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

Overloads

Property Description
this[int]
this[ReadOnlySpan<byte>]
this[ReadOnlySpan<char>]
this[string]

this[int]

Source: JsonElement.Mutable.cs

public JsonElement.Mutable this[int index] { get; }

Parameters

Name Type Description
index int

Returns

JsonElement.Mutable

Applies To

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

this[ReadOnlySpan<byte>]

Source: JsonElement.Mutable.cs

public JsonElement.Mutable this[ReadOnlySpan<byte> propertyName] { get; }

Parameters

Name Type Description
propertyName ReadOnlySpan<byte>

Returns

JsonElement.Mutable

Applies To

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

this[ReadOnlySpan<char>]

Source: JsonElement.Mutable.cs

public JsonElement.Mutable this[ReadOnlySpan<char> propertyName] { get; }

Parameters

Name Type Description
propertyName ReadOnlySpan<char>

Returns

JsonElement.Mutable

Applies To

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

this[string]

Source: JsonElement.Mutable.cs

public JsonElement.Mutable this[string propertyName] { get; }

Parameters

Name Type Description
propertyName string

Returns

JsonElement.Mutable

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