[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns an enumerator that iterates through the collection.

Namespace: net.esper.eql.db
Assembly:   NEsper (in NEsper.dll)

Syntax

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

Return Value

A IEnumerator<(Of T>) that can be used to iterate through the collection.