NSMutableDictionary.FromFile(String) Method

Definition

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

Applies to