C# Class UnityEditor.iOS.Xcode.PBX.PBXElementDict

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

Méthodes publiques

Méthode Description
Contains ( string key ) : bool
CreateArray ( string key ) : UnityEditor.iOS.Xcode.PBX.PBXElementArray
CreateDict ( string key ) : PBXElementDict
Remove ( string key ) : void
SetString ( string key, string val ) : void
this ( string key ) : PBXElement

Method Details

Contains() public méthode

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

CreateArray() public méthode

public CreateArray ( string key ) : UnityEditor.iOS.Xcode.PBX.PBXElementArray
key string
Résultat UnityEditor.iOS.Xcode.PBX.PBXElementArray

CreateDict() public méthode

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

Remove() public méthode

public Remove ( string key ) : void
key string
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 ) : PBXElement
key string
Résultat PBXElement