Click or drag to resize
JsonReader Class

[Missing <summary> documentation for "T:X3Platform.Json.JsonReader"]

Inheritance Hierarchy
SystemObject
  X3Platform.JsonJsonReader

Namespace: X3Platform.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class JsonReader

The JsonReader type exposes the following members.

Constructors
  NameDescription
Public methodJsonReader(TextReader)
Initializes a new instance of the JsonReader class
Public methodJsonReader(String)
Initializes a new instance of the JsonReader class
Top
Methods
  NameDescription
Public methodClose
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRead
Public methodToString (Inherited from Object.)
Top
Properties
See Also