BGC Tools
Public Member Functions | Data Fields | Properties | Private Attributes
LightJson.JsonValue.JsonValueDebugView Class Reference
Collaboration diagram for LightJson.JsonValue.JsonValueDebugView:
Collaboration graph
[legend]

Public Member Functions

 JsonValueDebugView (JsonValue jsonValue)
 

Data Fields

JsonObject ObjectView
 
JsonArray ArrayView
 
JsonValueType Type => jsonValue.Type
 

Properties

object Value [get]
 

Private Attributes

JsonValue jsonValue
 

Detailed Description

Definition at line 587 of file JsonValue.cs.

Constructor & Destructor Documentation

◆ JsonValueDebugView()

LightJson.JsonValue.JsonValueDebugView.JsonValueDebugView ( JsonValue  jsonValue)
inline

Definition at line 620 of file JsonValue.cs.

References LightJson.JsonValue.JsonValueDebugView.jsonValue.

621  {
622  this.jsonValue = jsonValue;
623  }

Field Documentation

◆ ArrayView

JsonArray LightJson.JsonValue.JsonValueDebugView.ArrayView
Initial value:
=>

Definition at line 597 of file JsonValue.cs.

◆ jsonValue

JsonValue LightJson.JsonValue.JsonValueDebugView.jsonValue
private

◆ ObjectView

JsonObject LightJson.JsonValue.JsonValueDebugView.ObjectView
Initial value:
=>

Definition at line 592 of file JsonValue.cs.

◆ Type

JsonValueType LightJson.JsonValue.JsonValueDebugView.Type => jsonValue.Type

Definition at line 601 of file JsonValue.cs.

Property Documentation

◆ Value

object LightJson.JsonValue.JsonValueDebugView.Value
get

Definition at line 604 of file JsonValue.cs.


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