Skip to content

JsonPatchDocument.RemoveOperation.OpEntity.Implicit Operator

Definition

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

Overloads

Operator Description
implicit operator JsonElement(JsonPatchDocument.RemoveOperation.OpEntity)
implicit operator JsonPatchDocument.RemoveOperation.OpEntity(JsonElement)

implicit operator JsonElement(JsonPatchDocument.RemoveOperation.OpEntity)

public static implicit operator JsonElement(JsonPatchDocument.RemoveOperation.OpEntity instance)

Parameters

Name Type Description
instance JsonPatchDocument.RemoveOperation.OpEntity

Returns

JsonElement

Applies To

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

implicit operator JsonPatchDocument.RemoveOperation.OpEntity(JsonElement)

public static implicit operator JsonPatchDocument.RemoveOperation.OpEntity(JsonElement instance)

Parameters

Name Type Description
instance JsonElement

Returns

JsonPatchDocument.RemoveOperation.OpEntity

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