Initializer

init(condition:)

Initializes a newly allocated NSConditionLock object and sets its condition. 新しくアロケートされたNSConditionLockオブジェクトを初期化してそれの条件を設定します。

Declaration 宣言

init(condition: Int)

Parameters パラメータ

condition

The user-defined condition for the lock. The value of condition is user-defined; see the class description for more information. そのロックのためのユーザ定義の条件。conditionの値はユーザ定義です;さらなる情報としてクラス記述を見てください。

Return Value 戻り値

An initialized condition lock object; may be different than the original receiver. 初期化された条件ロックオブジェクト;元のレシーバと異なるかもしれません。

See Also 参照

Related Documentation 関連文書