Skip to content

JsonPatchDocument.TestOperation.Mutable.Implicit Operator

Definition

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

Overloads

Operator Description
implicit operator JsonPatchDocument.PatchOperationCommon.Mutable(JsonPatchDocument.TestOperation.Mutable)
implicit operator JsonElement(JsonPatchDocument.TestOperation.Mutable)
implicit operator JsonPatchDocument.TestOperation(JsonPatchDocument.TestOperation.Mutable)

implicit operator JsonPatchDocument.PatchOperationCommon.Mutable(JsonPatchDocument.TestOperation.Mutable)

public static implicit operator JsonPatchDocument.PatchOperationCommon.Mutable(JsonPatchDocument.TestOperation.Mutable value)

Parameters

Name Type Description
value JsonPatchDocument.TestOperation.Mutable

Returns

JsonPatchDocument.PatchOperationCommon.Mutable

Applies To

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

implicit operator JsonElement(JsonPatchDocument.TestOperation.Mutable)

public static implicit operator JsonElement(JsonPatchDocument.TestOperation.Mutable instance)

Parameters

Name Type Description
instance JsonPatchDocument.TestOperation.Mutable

Returns

JsonElement

Applies To

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

implicit operator JsonPatchDocument.TestOperation(JsonPatchDocument.TestOperation.Mutable)

public static implicit operator JsonPatchDocument.TestOperation(JsonPatchDocument.TestOperation.Mutable instance)

Parameters

Name Type Description
instance JsonPatchDocument.TestOperation.Mutable

Returns

JsonPatchDocument.TestOperation

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