PageResult<T>.GetEnumerator Method ()
Returns an enumerator that iterates through a collection.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public IEnumerator<T> GetEnumerator()
public:
virtual IEnumerator<T>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<'T>
override GetEnumerator : unit -> IEnumerator<'T>
Public Function GetEnumerator As IEnumerator(Of T)
Return Value
Type: System.Collections.Generic.IEnumerator<T>
An IEnumerator object that can be used to iterate through the collection.
Implements
IEnumerable<T>.GetEnumerator()
See Also
PageResult<T> Class
System.Web.Http.OData Namespace
Return to top