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)

Syntax

protected virtual IEnumerator OnGetEnumerator()
protected:
virtual IEnumerator^ OnGetEnumerator()
abstract OnGetEnumerator : unit -> IEnumerator
override OnGetEnumerator : unit -> IEnumerator
Protected Overridable Function OnGetEnumerator As IEnumerator

Return Value

Type: System.Collections.IEnumerator

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

See Also

HttpRouteCollection Class
System.Web.Http Namespace

Return to top