JsonPatchDocument<TModel>.IJsonPatchDocument.GetOperations Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
virtual System::Collections::Generic::IList<Microsoft::AspNetCore::JsonPatch::Operations::Operation ^> ^ Microsoft.AspNetCore.JsonPatch.IJsonPatchDocument.GetOperations() = Microsoft::AspNetCore::JsonPatch::IJsonPatchDocument::GetOperations;
System.Collections.Generic.IList<Microsoft.AspNetCore.JsonPatch.Operations.Operation> IJsonPatchDocument.GetOperations ();
abstract member Microsoft.AspNetCore.JsonPatch.IJsonPatchDocument.GetOperations : unit -> System.Collections.Generic.IList<Microsoft.AspNetCore.JsonPatch.Operations.Operation>
override this.Microsoft.AspNetCore.JsonPatch.IJsonPatchDocument.GetOperations : unit -> System.Collections.Generic.IList<Microsoft.AspNetCore.JsonPatch.Operations.Operation>
Function GetOperations () As IList(Of Operation) Implements IJsonPatchDocument.GetOperations