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.


- limit (Int32)
- The greatest number of items to return.

An array containing (at most) the specified number of items, or nil if no items follow the current item.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)