[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.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

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

Return Value

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