JsonTextWriter Constructor (textWriter)

Json.NET

Json.NET - Quick Starts & API Documentation JsonTextWriter Constructor (textWriter)
NamespacesNewtonsoft.JsonJsonTextWriterJsonTextWriter(TextWriter)
Creates an instance of the JsonWriter class using the specified TextWriter.
Declaration Syntax
C# Visual Basic Visual C++
public JsonTextWriter(
	TextWriter textWriter
)
Public Sub New ( _
	textWriter As TextWriter _
)
public:
JsonTextWriter(
	TextWriter^ textWriter
)
Parameters
textWriter (TextWriter)
The TextWriter to write to.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)