MonobjcMonobjc Documented Class Library
IndexPathWithIndexesLength Method (indexes, length)
NamespacesMonobjc.FoundationNSIndexPathIndexPathWithIndexesLength(IntPtr, NSUInteger)

Creates an index path with one or more nodes.

Original signature is '+ (id)indexPathWithIndexes:(NSUInteger *)indexes length:(NSUInteger)length'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSIndexPath IndexPathWithIndexesLength(
	IntPtr indexes,
	NSUInteger length
)
Public Shared Function IndexPathWithIndexesLength ( _
	indexes As IntPtr, _
	length As NSUInteger _
) As NSIndexPath
public:
static NSIndexPath^ IndexPathWithIndexesLength(
	IntPtr indexes, 
	NSUInteger length
)
Parameters
indexes (IntPtr)
Array of indexes to make up the index path.
length (NSUInteger)
Number of nodes to include in the index path.
Return Value
Index path with indexes up to length.
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)