JsonPatchDocument.AppendMove(String, String) メソッド

定義

この JsonPatchDocumentに "移動" 操作を追加します。

public void AppendMove (string from, string path);
member this.AppendMove : string * string -> unit
Public Sub AppendMove (from As String, path As String)

パラメーター

from
String

移動元のパス。

path
String

移動先のパス。

適用対象