IMutableJsonDocument.MoveItemToArrayEnd Method
Definition
Namespace: Corvus.Text.Json.Internal
Assembly: Corvus.Text.Json.dll
Source: IMutableJsonDocument.cs
MoveItemToArrayEnd(int, int, int)
Moves an array item from a source array to the end of a destination array.
public abstract void MoveItemToArrayEnd(int srcArrayIndex, int srcIndex, int dstArrayIndex)
Parameters
| Name | Type | Description |
|---|---|---|
srcArrayIndex |
int |
The start index of the source array. |
srcIndex |
int |
The zero-based index of the source item. |
dstArrayIndex |
int |
The start index of the destination array. |
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