GetEnumerator Method

HttpServer.dll

Returns an enumerator that iterates through a collection.

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public IEnumerator GetEnumerator()
Visual Basic (Declaration)
Public Function GetEnumerator As IEnumerator
Visual C++
public:
virtual IEnumerator^ GetEnumerator() sealed

Return Value

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

Implements

IEnumerable..::.GetEnumerator()()()

See Also