NSMutableArray.FromUrl(NSUrl) Method

Definition

[Foundation.Export("arrayWithContentsOfURL:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSMutableArray FromUrl (Foundation.NSUrl url);
static member FromUrl : Foundation.NSUrl -> Foundation.NSMutableArray

Parameters

url
NSUrl

Returns

Attributes

Applies to