Interface ILookAheadEnumerator<T>
Defines an enumerator with look-ahead capability
Inherited Members
System.Collections.Generic.IEnumerator<T>.Current
System.Collections.IEnumerator.MoveNext()
System.Collections.IEnumerator.Reset()
System.IDisposable.Dispose()
Namespace: Azos.Collections
Assembly: Azos.dll
Syntax
public interface ILookAheadEnumerator<T> : IEnumerator<T>, IEnumerator, IDisposable
Type Parameters
Name | Description |
---|---|
T |
Properties
HasNext
Declaration
bool HasNext { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Next
Declaration
T Next { get; }
Property Value
Type | Description |
---|---|
T |