MonobjcMonobjc Documented Class Library
IndexPathByRemovingLastIndex Property
NamespacesMonobjc.FoundationNSIndexPathIndexPathByRemovingLastIndex

Provides an index path with the indexes in the receiving index path, excluding the last one.

Original signature is '- (NSIndexPath *)indexPathByRemovingLastIndex'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSIndexPath IndexPathByRemovingLastIndex { get; }
Public Overridable ReadOnly Property IndexPathByRemovingLastIndex As NSIndexPath
	Get
public:
virtual property NSIndexPath^ IndexPathByRemovingLastIndex {
	NSIndexPath^ get ();
}
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)