Property | Type | Description | |
---|---|---|---|
internalNewlines | bool |
Property | Type | Description | |
---|---|---|---|
_data | PBXDictionary | ||
_guid | string |
Method | Description | |
---|---|---|
Add ( string key, object obj ) : void | ||
ContainsKey ( string key ) : bool | ||
GenerateGuid ( ) : string | ||
IsGuid ( string aString ) : bool | ||
PBXObject ( ) : System.Collections | ||
PBXObject ( string guid ) : System.Collections | ||
PBXObject ( string guid, PBXDictionary dictionary ) : System.Collections | ||
Remove ( string key ) : bool |
public static IsGuid ( string aString ) : bool | ||
aString | string | |
return | bool |
public PBXObject ( string guid ) : System.Collections | ||
guid | string | |
return | System.Collections |
public PBXObject ( string guid, PBXDictionary dictionary ) : System.Collections | ||
guid | string | |
dictionary | PBXDictionary | |
return | System.Collections |