Click or drag to resize

JsonTextWriter Constructor

Initializes a new instance of the JsonTextWriter class

Namespace:  Stimulsoft.Base.Json
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public JsonTextWriter(
	TextWriter textWriter
)

Parameters

textWriter
Type: System.IOTextWriter

[Missing <param name="textWriter"/> documentation for "M:Stimulsoft.Base.Json.JsonTextWriter.#ctor(System.IO.TextWriter)"]

See Also