JsonPatch(ReadOnlyMemory<Byte>) Constructor
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.
Initializes a new instance of JsonPatch with utf8 JSON representing the entire object.
public JsonPatch(ReadOnlyMemory<byte> utf8Json);
new System.ClientModel.Primitives.JsonPatch : ReadOnlyMemory<byte> -> System.ClientModel.Primitives.JsonPatch
Public Sub New (utf8Json As ReadOnlyMemory(Of Byte))
Parameters
- utf8Json
- ReadOnlyMemory<Byte>
The utf8 JSON.