Click or drag to resize

JsonTextReader Constructor

Initializes a new instance of the JsonTextReader class

Namespace:  Stimulsoft.Base.Json
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public JsonTextReader(
	TextReader reader
)

Parameters

reader
Type: System.IOTextReader

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

See Also