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.
| C# | Visual Basic | Visual C++ |
public NSIndexPath( NSUInteger index )
Public Sub New ( _ index As NSUInteger _ )
public: NSIndexPath( NSUInteger index )
- index (NSUInteger)
- Index of the item in node 0 to point to.
Initialized NSIndexPath object representing a one-node index path with index.
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)