Метод | Описание | |
---|---|---|
AddChild ( |
||
GetName ( ) : string | ||
HasChild ( string id ) : bool | ||
PBXGroup ( string guid, PBXDictionary dictionary ) : System.Collections | ||
PBXGroup ( string name, string path = null, string tree = "SOURCE_ROOT" ) : System.Collections | ||
RemoveChild ( string id ) : void |
public AddChild ( |
||
child | ||
Результат | string |
public PBXGroup ( string guid, PBXDictionary dictionary ) : System.Collections | ||
guid | string | |
dictionary | PBXDictionary | |
Результат | System.Collections |
public PBXGroup ( string name, string path = null, string tree = "SOURCE_ROOT" ) : System.Collections | ||
name | string | |
path | string | |
tree | string | |
Результат | System.Collections |