[This is preliminary documentation and is subject to change.]
Namespace: NFX.CollectionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static ILookAheadEnumerable<T> AsLookAheadEnumerable<T>(
this IEnumerable<T> enumerable
)
public static ILookAheadEnumerable<T> AsLookAheadEnumerable<T>(
this IEnumerable<T> enumerable
)
<ExtensionAttribute>
Public Shared Function AsLookAheadEnumerable(Of T) (
enumerable As IEnumerable(Of T)
) As ILookAheadEnumerable(Of T)
<ExtensionAttribute>
Public Shared Function AsLookAheadEnumerable(Of T) (
enumerable As IEnumerable(Of T)
) As ILookAheadEnumerable(Of T)
public:
[ExtensionAttribute]
generic<typename T>
static ILookAheadEnumerable<T>^ AsLookAheadEnumerable(
IEnumerable<T>^ enumerable
)
public:
[ExtensionAttribute]
generic<typename T>
static ILookAheadEnumerable<T>^ AsLookAheadEnumerable(
IEnumerable<T>^ enumerable
)
static member AsLookAheadEnumerable :
enumerable : IEnumerable<'T> -> ILookAheadEnumerable<'T>
static member AsLookAheadEnumerable :
enumerable : IEnumerable<'T> -> ILookAheadEnumerable<'T>
- T
Return Value
Type:
ILookAheadEnumerable T Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerable T . When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).