![]() | LookaheadEnumeratorT Class |
[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.LookaheadEnumerator`1"]
Namespace: com.espertech.esper.compat.collections
public class LookaheadEnumerator<T> : IEnumerator, IDisposable, IEnumerator
[Missing <typeparam name="T"/> documentation for "T:com.espertech.esper.compat.collections.LookaheadEnumerator`1"]
The LookaheadEnumeratorT type exposes the following members.
Name | Description | |
---|---|---|
![]() | LookaheadEnumeratorT(IEnumerableT) | Initializes a new instance of the LookaheadEnumeratorT class |
![]() | LookaheadEnumeratorT(IEnumeratorT) | Initializes a new instance of the LookaheadEnumeratorT class |
Name | Description | |
---|---|---|
![]() | Current |
Gets the element in the collection at the current position of the enumerator.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | HasNext |
Gets or sets a value indicating whether this instance has a value after
the current value.
|
![]() | MoveNext |
Advances the enumerator to the next element of the collection.
|
![]() | Next |
Gets the next item.
|
![]() | Reset |
Sets the enumerator to its initial position, which is before the first element in the collection.
|
Name | Description | |
---|---|---|
![]() | AdvanceT | (Defined by CompatExtensions.) |
![]() | AreEqualT | (Defined by CompatExtensions.) |
![]() | WithLookaheadT | (Defined by CompatExtensions.) |