Represents an Apple's plist document.
| root | The root element of the plist document. |
| version | The version of the plist document. At the moment Apple uses '1.0' for all plist files. |
| PlistDocument | Creates a new plist document instance. |
| ReadFromFile | 从给定路径标识的文件中读取文档。 |
| ReadFromStream | 从给定的文本阅读器中读取项目。 |
| ReadFromString | 从给定的字符串中读取文档。 |
| WriteToFile | 将项目内容写入指定文件。 |
| WriteToStream | 将文档内容写入指定的文本写入器。 |
| WriteToString | 将文档内容写入字符串。 |