Initializer

init(object:type:index:)

Creates a change object that represents inserting or removing an object from an ordered collection at a specific index. ある変更オブジェクトを作成します、それはあるオブジェクトを順序コレクションから指定インデックスで挿入または除去することを表します。

Declaration 宣言

convenience init(object anObject: Any?, 
            type: NSCollectionChangeType, 
           index: Int)

Parameters パラメータ

anObject

An optional object the change will remove or insert. その変更が除去または挿入するあるオプショナルオブジェクト。

type

The type of change. 変更の型。

index

The index location within an ordered collection where the change applies. ある順序コレクション内でのインデックス位置、そこでこの変更が適用されます。

See Also 参照

Creating a Change ある変更を作成する