Skip to content

IMutableJsonDocument.TryGetNamedPropertyValue Method

Definition

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

Overloads

Method Description
TryGetNamedPropertyValue(int, ReadOnlySpan<char>, ref JsonElement.Mutable)
TryGetNamedPropertyValue(int, ReadOnlySpan<byte>, ref JsonElement.Mutable)

TryGetNamedPropertyValue(int, ReadOnlySpan<char>, ref JsonElement.Mutable)

Source: IMutableJsonDocument.cs

public abstract bool TryGetNamedPropertyValue(int index, ReadOnlySpan<char> propertyName, ref JsonElement.Mutable value)

Parameters

Name Type Description
index int
propertyName ReadOnlySpan<char>
value ref JsonElement.Mutable

Returns

bool

Applies To

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

TryGetNamedPropertyValue(int, ReadOnlySpan<byte>, ref JsonElement.Mutable)

Source: IMutableJsonDocument.cs

public abstract bool TryGetNamedPropertyValue(int index, ReadOnlySpan<byte> propertyName, ref JsonElement.Mutable value)

Parameters

Name Type Description
index int
propertyName ReadOnlySpan<byte>
value ref JsonElement.Mutable

Returns

bool

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