C# Class UnityEditor.iOS.Xcode.JsonElementArray

Inheritance: JsonElement
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
values List

Méthodes publiques

Méthode Description
AddArray ( ) : JsonElementArray
AddBoolean ( bool val ) : void
AddDict ( ) : JsonElementDict
AddInteger ( int val ) : void
AddString ( string val ) : void

Method Details

AddArray() public méthode

public AddArray ( ) : JsonElementArray
Résultat JsonElementArray

AddBoolean() public méthode

public AddBoolean ( bool val ) : void
val bool
Résultat void

AddDict() public méthode

public AddDict ( ) : JsonElementDict
Résultat JsonElementDict

AddInteger() public méthode

public AddInteger ( int val ) : void
val int
Résultat void

AddString() public méthode

public AddString ( string val ) : void
val string
Résultat void

Property Details

values public_oe property

public List values
Résultat List