Return Value 戻り値
The NSAssertion
object associated with the current thread.
現在のスレッドと結びつけられたNSAssertion
オブジェクト。
NSAssertionHandler
object associated with the current thread.
現在のスレッドと結びつけられたNSAssertionHandler
オブジェクトを返します。
Availability 有効性
Technology
class var current: NSAssertionHandler
{ get }
The NSAssertion
object associated with the current thread.
現在のスレッドと結びつけられたNSAssertion
オブジェクト。
If no assertion handler is associated with the current thread, this method creates one and assigns it to the thread. 現在のスレッドと結びつけられるアサーションハンドラがないならば、このメソッドは1つ作成してそれを現在のスレッドに割り当てます。