Shifts a group of indexes to the left or the right within the receiver.
Original signature is '- (void)shiftIndexesStartingAtIndex:(NSUInteger)startIndex by:(NSInteger)delta'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
public virtual void ShiftIndexesStartingAtIndexBy( NSUInteger startIndex, NSInteger delta )
Public Overridable Sub ShiftIndexesStartingAtIndexBy ( _ startIndex As NSUInteger, _ delta As NSInteger _ )
public: virtual void ShiftIndexesStartingAtIndexBy( NSUInteger startIndex, NSInteger delta )

- startIndex (NSUInteger)
- Head of the group of indexes to shift.
- delta (NSInteger)
- Amount and direction of the shift. Positive integers shift the indexes to the right. Negative integers shift the indexes to the left.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)