Click or drag to resize
JsonWriter Constructor (TextWriter)
Initializes a new instance of the JsonWriter class

Namespace: X3Platform.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public JsonWriter(
	TextWriter writer
)

Parameters

writer
Type: System.IOTextWriter

[Missing <param name="writer"/> documentation for "M:X3Platform.Json.JsonWriter.#ctor(System.IO.TextWriter)"]

See Also