NSDictionary.FromFile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new dictionary from the contents of a PropertyList located in the specified file.
[Foundation.Export("dictionaryWithContentsOfFile:")]
public static Foundation.NSDictionary FromFile (string path);
static member FromFile : string -> Foundation.NSDictionary
Parameters
- path
- String
File containing a Property List formatted dictionary.
Returns
- Attributes