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

Namespace: net.esper.core
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Private Function System.Collections.IEnumerable.GetEnumerator As IEnumerator Implements IEnumerable.GetEnumerator
C#
private IEnumerator IEnumerable.GetEnumerator ()
Visual C++
private:
virtual IEnumerator^ System.Collections.IEnumerable.GetEnumerator () sealed = IEnumerable::GetEnumerator