plist ドキュメントの dictionary 要素
this[string] | 保存されている値にアクセスするために便利なメソッドです。 |
values | dictionary 要素に保存されている値 |
PlistElementDict | 新規に dictionary 要素を作成します。 |
CreateArray | 新規に array プロパティーを設定するのに便利なメソッドです。 |
CreateDict | 新規に dictionary プロパティーを設定するのに便利なメソッドです。 |
SetBoolean | 新規に boolean プロパティーを設定するのに便利なメソッドです。 |
SetDate | Convenience method to set a date property. |
SetInteger | 新規に int プロパティーを設定するのに便利なメソッドです。 |
SetReal | Convenience method to set an real property. |
SetString | 新規に string プロパティーを設定するのに便利なメソッドです。 |
this[string] | dictionary のプロパティーにアクセスするのに便利なメソッドです。 |
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. |