Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpRouteCollection::OnGetEnumerator Method ()

 

Called internally to get the enumerator for the collection.

Namespace:   System.Web.Http
Assembly:  System.Web.Http (in System.Web.Http.dll)

protected:
virtual IEnumerator^ OnGetEnumerator()

Return Value

Type: System.Collections::IEnumerator^

An IEnumerator that can be used to iterate through the collection.

Return to top
Show: