Edit

Share via


GKDecisionTree.Export(NSUrl, NSError) Method

Definition

[Foundation.Export("exportToURL:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual bool Export (Foundation.NSUrl url, Foundation.NSError error);
abstract member Export : Foundation.NSUrl * Foundation.NSError -> bool
override this.Export : Foundation.NSUrl * Foundation.NSError -> bool

Parameters

url
NSUrl
error
NSError

To be added.

This parameter can be null.

Returns

Attributes

Applies to