Interface ILookAheadEnumerable<T>
Defines an enumerable with look-ahead capability
Inherited Members
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
Namespace: Azos.Collections
Assembly: Azos.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> |