Share via


UIResponder.Export(NSObject) Method

Definition

[Foundation.Export("export:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Export(Foundation.NSObject? sender);
[<Foundation.Export("export:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Export : Foundation.NSObject -> unit
override this.Export : Foundation.NSObject -> unit

Parameters

sender
NSObject

Implements

Attributes

Applies to