Share via


JsonPatchDocument<TModel>.IJsonPatchDocument.GetOperations Method

Definition

System.Collections.Generic.IList<Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.Operation> IJsonPatchDocument.GetOperations();
abstract member Microsoft.AspNetCore.JsonPatch.SystemTextJson.IJsonPatchDocument.GetOperations : unit -> System.Collections.Generic.IList<Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.Operation>
override this.Microsoft.AspNetCore.JsonPatch.SystemTextJson.IJsonPatchDocument.GetOperations : unit -> System.Collections.Generic.IList<Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.Operation>
Function GetOperations () As IList(Of Operation) Implements IJsonPatchDocument.GetOperations

Returns

Implements

Applies to