 | SubListTGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic IEnumerator GetEnumerator()
Return Value
Type:
IEnumeratorT
A
IEnumeratorT that can be used to iterate through the collection.
Exceptions
See Also