 | LookaheadEnumeratorTCurrent Property |
Gets the element in the collection at the current position of the enumerator.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic T Current { get; }
Property Value
Type:
TReturn Value
Type:
T
The element in the collection at the current position of the enumerator.
See Also