pmMDA.NET

LinkedCollection.IsLast Method 

[This is preliminary documentation and subject to change.]

Returns whether the o is the last item in this collection.

public bool IsLast(
   object o
);

Parameters

o
The item to check whether it is the last item of this collection.

Return Value

true if the o is the last item of this collection; otherwise, false.

Exceptions

Exception Type Condition
ArgumentNullException o is a null reference.

See Also

LinkedCollection Class | PmMda.Net.Dog.Paging Namespace