[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Returns an enumerator that iterates through the collection.
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetEnumerator As IEnumerator(Of T) |
C# |
---|
public IEnumerator<T> GetEnumerator () |
Visual C++ |
---|
public: virtual IEnumerator<T>^ GetEnumerator () sealed |