class in UnityEditor.iOS.Xcode
/
Inherits from:iOS.Xcode.PlistElement
Switch to ManualRepresents an integer element in plist document.
| value | The value stored in the integer element. | 
| PlistElementInteger | Creates new integer element. | 
| this[string] | Convenience method to access properties of a dictionary element. | 
| AsArray | Convenience function to convert to array element. | 
| AsBoolean | Convenience function to convert to bool. | 
| AsDate | Convenience function to convert to date. | 
| AsDict | Convenience function to convert to dictionary element. | 
| AsInteger | Convenience function to convert to integer. | 
| AsReal | Convenience function to convert to float. | 
| AsString | Convenience function to convert to string. |