MonobjcMonobjc Documented Class Library
LastObject Property
NamespacesMonobjc.FoundationNSArrayLastObject

Returns the object in the array with the highest index value.

Original signature is '- (id)lastObject'

Available in Mac OS X v10.0 and later.

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