[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 iterator over the entry set.
Namespace: net.esper.collection
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of K, Integer)) |
C# |
---|
public IEnumerator<KeyValuePair<K, int>> GetEnumerator () |
Visual C++ |
---|
public: IEnumerator<KeyValuePair<K, int>>^ GetEnumerator () |