iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

PaginatedArrayList.MoveNext Method 

Advances the enumerator to the next element of the collection.

[Visual Basic]
NotOverridable Public Function MoveNext() As Boolean _
    Implements IEnumerator.
[C#]
public bool MoveNext();

Return Value

true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

Implements

IEnumerator.

See Also

PaginatedArrayList Class | IBatisNet.Common.Pagination Namespace