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

Inheritance: PBXElement
Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method 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 method

public Contains ( string key ) : bool
key string
return bool

CreateArray() public method

public CreateArray ( string key ) : UnityEditor.iOS.Xcode.PBX.PBXElementArray
key string
return UnityEditor.iOS.Xcode.PBX.PBXElementArray

CreateDict() public method

public CreateDict ( string key ) : PBXElementDict
key string
return PBXElementDict

Remove() public method

public Remove ( string key ) : void
key string
return void

SetString() public method

public SetString ( string key, string val ) : void
key string
val string
return void

this() public method

public this ( string key ) : PBXElement
key string
return PBXElement