C# Class UnityEditor.iOS.Xcode.GetSocial.JsonElementArray

Inheritance: JsonElement
Afficher le fichier Open project: Tardis-x/Bigger-Inside Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
AddArray ( ) : JsonElementArray
AddBoolean ( bool val ) : void
AddDict ( ) : UnityEditor.iOS.Xcode.GetSocial.JsonElementDict
AddInteger ( int val ) : void
AddString ( string val ) : void
JsonElementArray ( ) : System

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 ( ) : UnityEditor.iOS.Xcode.GetSocial.JsonElementDict
Résultat UnityEditor.iOS.Xcode.GetSocial.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

JsonElementArray() public méthode

public JsonElementArray ( ) : System
Résultat System

Property Details

values public_oe property

public List values
Résultat List