Instance Property インスタンスプロパティ

name

The name associated with the receiver. レシーバと結び付けられる名前。

Declaration 宣言

var name: String? { get set }

Discussion 議論

You can use a name string to identify a lock within your code. Cocoa also uses this name as part of any error descriptions involving the receiver. あなたはある名前文字列を使ってロックをあなたのコード内で識別できます。Cocoaはまた、この名前をそのレシーバを伴う何らかのエラー記述の一部として使います。