MappedPagedList<T>.

GetEnumerator() Method

Summary

Returns an enumerator that iterates through the collection.

Syntax

public IEnumerator<T> GetEnumerator()

Return Value

Type Description
IEnumerator<T> An enumerator that can be used to iterate through the collection.