JsonPatchDocument.AppendTest<T>(String, T) Method

Definition

Appends a "test" operation to this JsonPatchDocument.

public void AppendTest<T> (string path, T value);
member this.AppendTest : string * 'T -> unit
Public Sub AppendTest(Of T) (path As String, value As T)

Type Parameters

T

Parameters

path
String

The path to test.

value
T

The value to replace with.

Applies to