OperationBase Constructors
Definition
Important
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.
Overloads
| Name | Description |
|---|---|
| OperationBase() | |
| OperationBase(String, String, String) |
OperationBase()
OperationBase(String, String, String)
- Source:
- OperationBase.cs
public OperationBase(string op, string path, string from);
new Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.OperationBase : string * string * string -> Microsoft.AspNetCore.JsonPatch.SystemTextJson.Operations.OperationBase
Public Sub New (op As String, path As String, from As String)
Parameters
- op
- String
- path
- String
- from
- String