Click or drag to resize

PagingHandlerPagingRangeIEnumerableInt32GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Dynamicweb.Modules.Common
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
IEnumerator<int> IEnumerable<int>.GetEnumerator()

Return Value

Type: IEnumeratorInt32
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also