NSMutableDictionary.FromUrl(NSUrl) 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 url.
[Foundation.Export("dictionaryWithContentsOfURL:")]
public static Foundation.NSMutableDictionary FromUrl (Foundation.NSUrl url);
static member FromUrl : Foundation.NSUrl -> Foundation.NSMutableDictionary
Parameters
- url
- NSUrl
Returns
- Attributes