Class LookAheadExtensions
Extensions methods for LookAheadEnumerable
Inheritance
System.Object
LookAheadExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Collections
Assembly: Azos.dll
Syntax
public static class LookAheadExtensions
Methods
AsLookAheadEnumerable<T>(IEnumerable<T>)
Declaration
public static ILookAheadEnumerable<T> AsLookAheadEnumerable<T>(this IEnumerable<T> enumerable)
Parameters
Type | Name | Description |
---|---|---|
System. |
enumerable |
Returns
Type | Description |
---|---|
ILook |
Type Parameters
Name | Description |
---|---|
T |