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: NFX.Collections
Assembly: NFX.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 |