pmMDA.NET

LinkedCollection.GetNext Method 

[This is preliminary documentation and subject to change.]

Gets the item which follows the previous item.

public object GetNext(
   object previous
);

Parameters

previous
The previous item.

Return Value

The item which follows the previous item or null if the previous item is the last item in this collection.

Exceptions

Exception Type Condition
ArgumentNullException previous is a null reference.
ArgumentException previous is not located in this collection.

See Also

LinkedCollection Class | PmMda.Net.Dog.Paging Namespace