UnescapedUtf16JsonString Constructors
Definition
Namespace: Corvus.Text.Json
Assembly: Corvus.Text.Json.dll
Source: UnescapedUtf16JsonString.cs
UnescapedUtf16JsonString(ReadOnlyMemory<char>, char[])
Initializes a new instance of the UnescapedUtf16JsonString struct.
public UnescapedUtf16JsonString(ReadOnlyMemory<char> chars, char[] extraRentedArrayPoolChars)
Parameters
| Name | Type | Description |
|---|---|---|
chars |
ReadOnlyMemory<char> |
The UTF-16 characters representing the JSON string. |
extraRentedArrayPoolChars |
char[] |
Optional rented array pool characters. (optional) |
Applies To
| Product | Versions |
|---|---|
| .NET | 9, 10 |
| .NET Standard | 2.0, 2.1 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests.
Open an issue