JSONReader Constructor

MCManager API

Initializes a new instance of the JSONReader class

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public JSONReader(
	TextReader reader
)
Visual Basic (Declaration)
Public Sub New ( _
	reader As TextReader _
)
Visual C++
public:
JSONReader(
	TextReader^ reader
)

Parameters

reader
Type: System.IO..::.TextReader

[Missing <param name="reader"/> documentation for "M:Moxiecode.Manager.Utils.JSONReader.#ctor(System.IO.TextReader)"]

See Also