#import <NSKeyValueMutatingArrayMethodSet.h>
Abgeleitet von NSKeyValueMutatingCollectionMethodSet.
Geschützte Attribute | |
| struct objc_method * | insertObjectAtIndex |
| struct objc_method * | removeObjectAtIndex |
| struct objc_method * | replaceObjectAtIndex |
| struct objc_method * | insertObjectsAtIndexes |
| struct objc_method * | removeObjectsAtIndexes |
| struct objc_method * | replaceObjectsAtIndexes |
Definiert in Zeile 9 der Datei NSKeyValueMutatingArrayMethodSet.h.
- (struct objc_method*) insertObjectAtIndex [read, protected] |
Definiert in Zeile 11 der Datei NSKeyValueMutatingArrayMethodSet.h.
- (struct objc_method*) removeObjectAtIndex [read, protected] |
Definiert in Zeile 12 der Datei NSKeyValueMutatingArrayMethodSet.h.
- (struct objc_method*) replaceObjectAtIndex [read, protected] |
Definiert in Zeile 13 der Datei NSKeyValueMutatingArrayMethodSet.h.
- (struct objc_method*) insertObjectsAtIndexes [read, protected] |
Definiert in Zeile 14 der Datei NSKeyValueMutatingArrayMethodSet.h.
- (struct objc_method*) removeObjectsAtIndexes [read, protected] |
Definiert in Zeile 15 der Datei NSKeyValueMutatingArrayMethodSet.h.
- (struct objc_method*) replaceObjectsAtIndexes [read, protected] |
Definiert in Zeile 16 der Datei NSKeyValueMutatingArrayMethodSet.h.