Json.NET - Quick Starts & API Documentation
WriteState Property
Namespaces ► Newtonsoft.Json ► JsonWriter ► WriteState
Gets the state of the writer.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public WriteState WriteState { get; }
Public ReadOnly Property WriteState As WriteState Get
public: property WriteState WriteState { WriteState get (); }