BGC Tools
Data Structures | Public Member Functions | Properties | Private Attributes
LightJson.JsonObject.JsonObjectDebugView Class Reference
Collaboration diagram for LightJson.JsonObject.JsonObjectDebugView:
Collaboration graph
[legend]

Data Structures

class  KeyValuePair
 

Public Member Functions

 JsonObjectDebugView (JsonObject jsonObject)
 

Properties

KeyValuePair [] Keys [get]
 

Private Attributes

JsonObject jsonObject
 

Detailed Description

Definition at line 185 of file JsonObject.cs.

Constructor & Destructor Documentation

◆ JsonObjectDebugView()

LightJson.JsonObject.JsonObjectDebugView.JsonObjectDebugView ( JsonObject  jsonObject)
inline

Definition at line 207 of file JsonObject.cs.

References LightJson.JsonObject.JsonObjectDebugView.jsonObject.

208  {
209  this.jsonObject = jsonObject;
210  }

Field Documentation

◆ jsonObject

JsonObject LightJson.JsonObject.JsonObjectDebugView.jsonObject
private

Property Documentation

◆ Keys

KeyValuePair [] LightJson.JsonObject.JsonObjectDebugView.Keys
get

Definition at line 191 of file JsonObject.cs.


The documentation for this class was generated from the following file: