NSDictionary.FromFile(String) Method

Definition

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

Applies to