Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename TModel>
where TModel : classpublic ref class Operation : Microsoft::AspNetCore::JsonPatch::Operations::Operation
public class Operation<TModel> : Microsoft.AspNetCore.JsonPatch.Operations.Operation where TModel : class
type Operation<'Model (requires 'Model : null)> = class
inherit Operation
Public Class Operation(Of TModel)
Inherits Operation