Creates an instance of the JsonWriter class using the specified TextWriter.
| C# | Visual Basic | Visual C++ |
public JsonTextWriter( TextWriter textWriter )
Public Sub New ( _ textWriter As TextWriter _ )
public: JsonTextWriter( TextWriter^ textWriter )
- textWriter (TextWriter)
- The TextWriter to write to.