C# Class UnityEditor.iOS.Xcode.PlistElementArray

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

Méthodes publiques

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

Méthodes publiques

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

Method Details

AddArray() public méthode

public AddArray ( ) : PlistElementArray
Résultat PlistElementArray

AddBoolean() public méthode

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

AddDict() public méthode

public AddDict ( ) : PlistElementDict
Résultat PlistElementDict

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