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 condition lock within your code. Cocoa also uses this name as part of any error descriptions involving the receiver. あなたは、名前文字列を使って、あなたのコード内のある条件ロックを識別します。Cocoaはまた、この名前をそのレシーバを伴う何らかのエラー記述の一部として使います。