  | PagingHandlerPagingRangeIEnumerableInt32GetEnumerator Method  | 
 Returns an enumerator that iterates through the collection.
 
    Namespace: 
   Dynamicweb.Modules.Common
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
SyntaxIEnumerator<int> IEnumerable<int>.GetEnumerator()
Private Function GetEnumerator As IEnumerator(Of Integer)
	Implements IEnumerable(Of Integer).GetEnumerator
Return Value
Type: 
IEnumeratorInt32An enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also