NSOrderedCollectionChange$Methods extension
Properties
- associatedIndex → int
-
Available on NSOrderedCollectionChange, provided by the NSOrderedCollectionChange$Methods extension
iOS: introduced 13.0.0 macOS: introduced 10.15.0no setter - changeType → NSCollectionChangeType
-
Available on NSOrderedCollectionChange, provided by the NSOrderedCollectionChange$Methods extension
iOS: introduced 13.0.0 macOS: introduced 10.15.0no setter - index → int
-
Available on NSOrderedCollectionChange, provided by the NSOrderedCollectionChange$Methods extension
iOS: introduced 13.0.0 macOS: introduced 10.15.0no setter - object → ObjCObject?
-
Available on NSOrderedCollectionChange, provided by the NSOrderedCollectionChange$Methods extension
iOS: introduced 13.0.0 macOS: introduced 10.15.0no setter
Methods
-
init(
) → NSOrderedCollectionChange -
Available on NSOrderedCollectionChange, provided by the NSOrderedCollectionChange$Methods extension
init -
initWithObject(
ObjCObject? anObject, {required NSCollectionChangeType type, required int index}) → NSOrderedCollectionChange -
Available on NSOrderedCollectionChange, provided by the NSOrderedCollectionChange$Methods extension
initWithObject:type:index: -
initWithObject$1(
ObjCObject? anObject, {required NSCollectionChangeType type, required int index, required int associatedIndex}) → NSOrderedCollectionChange -
Available on NSOrderedCollectionChange, provided by the NSOrderedCollectionChange$Methods extension
initWithObject:type:index:associatedIndex: