Click or drag to resize
JsonData Class

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

Inheritance Hierarchy
SystemObject
  X3Platform.JsonJsonData

Namespace: X3Platform.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class JsonData : IJsonWrapper, IList, 
	IOrderedDictionary, IDictionary, ICollection, IEnumerable, IEquatable<JsonData>

The JsonData type exposes the following members.

Constructors
  NameDescription
Public methodJsonData
Initializes a new instance of the JsonData class
Public methodJsonData(Boolean)
Initializes a new instance of the JsonData class
Public methodJsonData(Double)
Initializes a new instance of the JsonData class
Public methodJsonData(Int32)
Initializes a new instance of the JsonData class
Public methodJsonData(Int64)
Initializes a new instance of the JsonData class
Public methodJsonData(Object)
Initializes a new instance of the JsonData class
Public methodJsonData(String)
Initializes a new instance of the JsonData class
Top
Methods
Operators
Properties
See Also