NEsper Class Library
NEsper Class Library
com.espertech.esper.compat.collections
NullEnumerator(T) Class
NullEnumerator(T) Properties
Current Property
NullEnumerator
T
Current Property
Gets the current element in the collection.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
Copy
public
Object
Current
{
get
; }
Return Value
Type:
Object
The current element in the collection.
Exceptions
Exception
Condition
InvalidOperationException
The enumerator is positioned before the first element of the collection or after the last element.
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