編輯

共用方式為


NSThread.Start Method

Definition

Overloads

Start()

Starts this NSThread.

Start(Action)

Start()

Starts this NSThread.

[Foundation.Export("start")]
public virtual void Start ();
abstract member Start : unit -> unit
override this.Start : unit -> unit
Attributes

Applies to

Start(Action)

public static Foundation.NSThread Start (Action action);
static member Start : Action -> Foundation.NSThread

Parameters

action
Action

Returns

Applies to