Click or drag to resize

NullEnumeratorTCurrent 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#
public Object Current { get; }

Return Value

Type: Object
The current element in the collection.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe enumerator is positioned before the first element of the collection or after the last element.
See Also