表示 plist 文档中的数组元素。
values | 存储在数组元素中的值。 |
PlistElementArray | 创建新的数组元素。 |
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] | 用于访问字典元素属性的便捷方法。 |