Click or drag to resize

LookaheadEnumeratorT Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.LookaheadEnumerator`1"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.collectionsLookaheadEnumeratorT

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class LookaheadEnumerator<T> : IEnumerator, 
	IDisposable, IEnumerator

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:com.espertech.esper.compat.collections.LookaheadEnumerator`1"]

The LookaheadEnumeratorT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCurrent
Gets the element in the collection at the current position of the enumerator.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodHasNext
Gets or sets a value indicating whether this instance has a value after the current value.
Public methodMoveNext
Advances the enumerator to the next element of the collection.
Public methodNext
Gets the next item.
Public methodReset
Sets the enumerator to its initial position, which is before the first element in the collection.
Top
Extension Methods
See Also