C# Class Fabric.Internal.Editor.ThirdParty.xcodeapi.JsonElementArray

Inheritance: JsonElement
Show file Open project: darkwind666/BeaverAndFairies

Public Properties

Property Type Description
values List

Public Methods

Method Description
AddArray ( ) : JsonElementArray
AddBoolean ( bool val ) : void
AddDict ( ) : JsonElementDict
AddInteger ( int val ) : void
AddString ( string val ) : void
JsonElementArray ( ) : System

Method Details

AddArray() public method

public AddArray ( ) : JsonElementArray
return JsonElementArray

AddBoolean() public method

public AddBoolean ( bool val ) : void
val bool
return void

AddDict() public method

public AddDict ( ) : JsonElementDict
return JsonElementDict

AddInteger() public method

public AddInteger ( int val ) : void
val int
return void

AddString() public method

public AddString ( string val ) : void
val string
return void

JsonElementArray() public method

public JsonElementArray ( ) : System
return System

Property Details

values public property

public List values
return List