MonobjcMonobjc Documented Class Library
NSIndexPath Constructor (index)
NamespacesMonobjc.FoundationNSIndexPathNSIndexPath(NSUInteger)

Initializes an allocated NSIndexPath object with a one-node index path.

Original signature is '- (id)initWithIndex:(NSUInteger)index'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public NSIndexPath(
	NSUInteger index
)
Public Sub New ( _
	index As NSUInteger _
)
public:
NSIndexPath(
	NSUInteger index
)
Parameters
index (NSUInteger)
Index of the item in node 0 to point to.
Return Value
Initialized NSIndexPath object representing a one-node index path with 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)