NSMutableDictionary.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.
Loads an NSMutableDictionary from the specified path.
[Foundation.Export("dictionaryWithContentsOfFile:")]
public static Foundation.NSMutableDictionary FromFile (string path);
static member FromFile : string -> Foundation.NSMutableDictionary
Parameters
- path
- String
Returns
- Attributes