Enumeration Case 列挙ケース

NSKeyValueSetMutationKind.set

Indicates that a set of observers are replacing the existing objects in the observed object. ひとそろいのオブザーバがその監視されるオブジェクトの中の既存のオブジェクトを置き換えていることを指し示します。

Declaration 宣言

case set = 4

Discussion 議論

This kind of mutation results in a kindKey value of NSKeyValueChange.replacement. この種の変更は、あるkindKey値のNSKeyValueChange.replacementという結果になります。