Utf8JsonReader.CurrentState Property
В этой статье
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.
Gets the current Utf8JsonReader state to pass to a Utf8JsonReader constructor with more data.
public:
property System::Text::Json::JsonReaderState CurrentState { System::Text::Json::JsonReaderState get(); };
public System.Text.Json.JsonReaderState CurrentState { get; }
member this.CurrentState : System.Text.Json.JsonReaderState
Public ReadOnly Property CurrentState As JsonReaderState
The current reader state.
Unlike the Utf8JsonReader, which is a ref struct, the state can survive across async
/await
boundaries. This type is required to provide support for reading in more data asynchronously before continuing with a new instance of the Utf8JsonReader.
Applies to
Продукт | Версии |
---|---|
.NET | Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10 |
.NET Standard | 2.0 (package-provided) |