Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called internally to get the enumerator for the collection.
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Protected Overridable Function OnGetEnumerator As IEnumerator
'Usage
Dim returnValue As IEnumerator
returnValue = Me.OnGetEnumerator()
protected virtual IEnumerator OnGetEnumerator()
protected:
virtual IEnumerator^ OnGetEnumerator()
abstract OnGetEnumerator : unit -> IEnumerator
override OnGetEnumerator : unit -> IEnumerator
protected function OnGetEnumerator() : IEnumerator
Return Value
Type: System.Collections.IEnumerator
An IEnumerator that can be used to iterate through the collection.