Interface ILookAheadEnumerable<T>
Defines an enumerable with look-ahead capability
Inherited Members
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
Namespace: NFX.Collections
Assembly: NFX.dll
Syntax
public interface ILookAheadEnumerable<T> : IEnumerable<T>, IEnumerable
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
GetLookAheadEnumerator()
Declaration
ILookAheadEnumerator<T> GetLookAheadEnumerator()
Returns
| Type | Description |
|---|---|
| ILookAheadEnumerator<T> |