MonobjcMonobjc Documented Class Library
GetIndexes Method (indexes)
NamespacesMonobjc.FoundationNSIndexPathGetIndexes(IntPtr)

Provides a reference to the index path’s indexes.

Original signature is '- (void)getIndexes:(NSUInteger *)indexes'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void GetIndexes(
	IntPtr indexes
)
Public Overridable Sub GetIndexes ( _
	indexes As IntPtr _
)
public:
virtual void GetIndexes(
	IntPtr indexes
)
Parameters
indexes (IntPtr)
Pointer to an unsigned integer array. On return, the index path’s indexes.
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)