MonobjcMonobjc Documented Class Library
ShiftIndexesStartingAtIndexBy Method (startIndex, delta)
NamespacesMonobjc.FoundationNSMutableIndexSetShiftIndexesStartingAtIndexBy(NSUInteger, NSInteger)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)