JsonPatchDocument.CopyOperation.Mutable.Item Property
Definition
Namespace: Corvus.Text.Json.Patch
Assembly: Corvus.Text.Json.dll
Overloads
this[ReadOnlySpan<byte>]
public JsonElement.Mutable this[ReadOnlySpan<byte> propertyName] { get; }
Parameters
Returns
JsonElement.Mutable
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
this[ReadOnlySpan<char>]
public JsonElement.Mutable this[ReadOnlySpan<char> propertyName] { get; }
Parameters
Returns
JsonElement.Mutable
Applies To
| Product |
Versions |
| .NET |
9, 10 |
| .NET Standard |
2.0, 2.1 |
this[string]
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