Skip to content

DefaultValueJsonDocument.TryFindNextDescendantPropertyValue Method

Definition

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

TryFindNextDescendantPropertyValue(int, int, ReadOnlySpan<byte>, int)

public bool TryFindNextDescendantPropertyValue(int elementIndex, ref int scanIndex, ReadOnlySpan<byte> utf8PropertyName, out int valueIndex)

Parameters

Name Type Description
elementIndex int
scanIndex int
utf8PropertyName ReadOnlySpan<byte>
valueIndex int

Returns

bool

Implements

IJsonDocument.TryFindNextDescendantPropertyValue

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