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

定義

この JsonPatchDocumentに "コピー" 操作を追加します。

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

パラメーター

from
String

コピー元のパス。

path
String

コピー先のパス。

適用対象