Skip to content

DefaultValueJsonDocument.MovePropertyToProperty Method

Definition

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

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

public bool MovePropertyToProperty(int srcObjectIndex, ReadOnlySpan<byte> srcPropertyName, int dstObjectIndex, ReadOnlySpan<byte> dstPropertyName)

Parameters

Name Type Description
srcObjectIndex int
srcPropertyName ReadOnlySpan<byte>
dstObjectIndex int
dstPropertyName ReadOnlySpan<byte>

Returns

bool

Implements

IMutableJsonDocument.MovePropertyToProperty

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