MonobjcMonobjc Documented Class Library
InitWithIndex Method (index)
NamespacesMonobjc.FoundationNSIndexPathInitWithIndex(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 virtual Id InitWithIndex(
	NSUInteger index
)
Public Overridable Function InitWithIndex ( _
	index As NSUInteger _
) As Id
public:
virtual Id^ InitWithIndex(
	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)