class in UnityEditor.iOS.Xcode
/
Hereda de:iOS.Xcode.PlistElement
Represents an array element in plist document.
| values | The values stored in the array element. | 
| PlistElementArray | Creates new array element. | 
| AddArray | Convenience method to append new array to values. | 
| AddBoolean | Convenience method to append new boolean element to values. | 
| AddDict | Convenience method to append new dictionary to values. | 
| AddInteger | Convenience method to append new integer element to values. | 
| AddString | Convenience method to append new string element to values. | 
| this[string] | Convenience method to access properties of a dictionary element. |