MonobjcMonobjc Documented Class Library
ForwardListWithLimit Method (limit)
NamespacesMonobjc.WebKitWebBackForwardListForwardListWithLimit(Int32)

Returns the items that follow the current item in the back-forward list, up to the specified number of items.

Original signature is '- (NSArray *)forwardListWithLimit:(int)limit'

Available in Mac OS X v10.2 with Safari 1.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSArray ForwardListWithLimit(
	int limit
)
Public Overridable Function ForwardListWithLimit ( _
	limit As Integer _
) As NSArray
public:
virtual NSArray^ ForwardListWithLimit(
	int limit
)
Parameters
limit (Int32)
The greatest number of items to return.
Return Value
An array containing (at most) the specified number of items, or nil if no items follow the current item.
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.WebKit (Module: Monobjc.WebKit)