Creates an one-node index path.
Original signature is '+ (id)indexPathWithIndex:(NSUInteger)index'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public static NSIndexPath IndexPathWithIndex( NSUInteger index )
Public Shared Function IndexPathWithIndex ( _ index As NSUInteger _ ) As NSIndexPath
public: static NSIndexPath^ IndexPathWithIndex( NSUInteger index )

- index (NSUInteger)
- Index of the item in node 0 to point to.

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)