C# Class UnityEditor.iOS.Xcode.PlistElementDict

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

Méthodes publiques

Méthode Description
CreateArray ( string key ) : PlistElementArray
CreateDict ( string key ) : PlistElementDict
SetBoolean ( string key, bool val ) : void
SetInteger ( string key, int val ) : void
SetString ( string key, string val ) : void
this ( string key ) : PlistElement

Method Details

CreateArray() public méthode

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

CreateDict() public méthode

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

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 ) : PlistElement
key string
Résultat PlistElement