C# Class UnityEditor.iOS.Xcode.JsonElementDict

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

Méthodes publiques

Méthode Description
Contains ( string key ) : bool
CreateArray ( string key ) : JsonElementArray
CreateDict ( string key ) : JsonElementDict
Remove ( string key ) : void
SetBoolean ( string key, bool val ) : void
SetInteger ( string key, int val ) : void
SetString ( string key, string val ) : void
this ( string key ) : JsonElement

Method Details

Contains() public méthode

public Contains ( string key ) : bool
key string
Résultat bool

CreateArray() public méthode

public CreateArray ( string key ) : JsonElementArray
key string
Résultat JsonElementArray

CreateDict() public méthode

public CreateDict ( string key ) : JsonElementDict
key string
Résultat JsonElementDict

Remove() public méthode

public Remove ( string key ) : void
key string
Résultat void

SetBoolean() public méthode

public SetBoolean ( string key, bool val ) : void
key string
val bool
Résultat void

SetInteger() public méthode

public SetInteger ( string key, int val ) : void
key string
val int
Résultat void

SetString() public méthode

public SetString ( string key, string val ) : void
key string
val string
Résultat void

this() public méthode

public this ( string key ) : JsonElement
key string
Résultat JsonElement