Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
UnityEditor
iOS
Xcode
JsonElementArray
C# Class UnityEditor.iOS.Xcode.JsonElementArray
Inheritance:
JsonElement
ファイルを表示
Open project: CarlosHBC/UnityDecompiled
Class Usage Examples
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
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
Property Details
values
public_oe property
public
List
values
return
List