Skip to content

JsonPatchDocument.RemoveOperation.Item Property

Definition

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

Overloads

Property Description
this[ReadOnlySpan<byte>]
this[ReadOnlySpan<char>]
this[string]

this[ReadOnlySpan<byte>]

public JsonElement this[ReadOnlySpan<byte> propertyName] { get; }

Parameters

Name Type Description
propertyName ReadOnlySpan<byte>

Returns

JsonElement

Applies To

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

this[ReadOnlySpan<char>]

public JsonElement this[ReadOnlySpan<char> propertyName] { get; }

Parameters

Name Type Description
propertyName ReadOnlySpan<char>

Returns

JsonElement

Applies To

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

this[string]

public JsonElement this[string propertyName] { get; }

Parameters

Name Type Description
propertyName string

Returns

JsonElement

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