Share via


IJsonPatchDocument.GetOperations メソッド

定義

public:
 System::Collections::Generic::IList<Microsoft::AspNetCore::JsonPatch::Operations::Operation ^> ^ GetOperations();
public System.Collections.Generic.IList<Microsoft.AspNetCore.JsonPatch.Operations.Operation> GetOperations ();
abstract member GetOperations : unit -> System.Collections.Generic.IList<Microsoft.AspNetCore.JsonPatch.Operations.Operation>
Public Function GetOperations () As IList(Of Operation)

戻り値

適用対象