MonobjcMonobjc Documented Class Library
IndexPathByAddingIndex Method (index)
NamespacesMonobjc.FoundationNSIndexPathIndexPathByAddingIndex(NSUInteger)

Provides an index path containing the indexes in the receiving index path and another index.

Original signature is '- (NSIndexPath *)indexPathByAddingIndex:(NSUInteger)index'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSIndexPath IndexPathByAddingIndex(
	NSUInteger index
)
Public Overridable Function IndexPathByAddingIndex ( _
	index As NSUInteger _
) As NSIndexPath
public:
virtual NSIndexPath^ IndexPathByAddingIndex(
	NSUInteger index
)
Parameters
index (NSUInteger)
Index to append to the index path’s indexes.
Return Value
New NSIndexPath object containing the receiving index path’s indexes and index.
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)