Operation 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Operation() | |
Operation(String, String, String) | |
Operation(String, String, String, Object) |
Operation()
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
public:
Operation();
public Operation ();
Public Sub New ()
適用於
Operation(String, String, String)
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
public:
Operation(System::String ^ op, System::String ^ path, System::String ^ from);
public Operation (string op, string path, string from);
new Microsoft.AspNetCore.JsonPatch.Operations.Operation : string * string * string -> Microsoft.AspNetCore.JsonPatch.Operations.Operation
Public Sub New (op As String, path As String, from As String)
參數
- op
- String
- path
- String
- from
- String
適用於
Operation(String, String, String, Object)
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
- 來源:
- Operation.cs
public:
Operation(System::String ^ op, System::String ^ path, System::String ^ from, System::Object ^ value);
public Operation (string op, string path, string from, object value);
new Microsoft.AspNetCore.JsonPatch.Operations.Operation : string * string * string * obj -> Microsoft.AspNetCore.JsonPatch.Operations.Operation
Public Sub New (op As String, path As String, from As String, value As Object)
參數
- op
- String
- path
- String
- from
- String
- value
- Object