NEsper Class Library
NEsper Class Library
com.espertech.esper.compat.collections
NullEnumerator(T) Class
NullEnumerator(T) Methods
Dispose Method
MoveNext Method
Reset Method
NullEnumerator
T
MoveNext Method
Advances the enumerator to the next element of the collection.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
Copy
public
bool
MoveNext
()
Return Value
Type:
Boolean
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Exceptions
Exception
Condition
InvalidOperationException
The collection was modified after the enumerator was created.
See Also
Reference
NullEnumerator
T
Class
com.espertech.esper.compat.collections Namespace
Copyright (c) 2007 - 2019 Espertech
Send comments on this topic to
nesper@espertech.com