Produces the range of all indices (long) of this sequence.
Namespace: FlinqAssembly: Flinq (in Flinq.dll) Version: 1.0.2.0 (1.0.2.0)
Syntax
C# |
---|
public static IEnumerable<long> IndicesLong<A>( this IEnumerable<A> source ) |
Parameters
- source
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'A>)>)>
The input sequence.
Type Parameters
- A
- The type of the elements in the input sequence.
Return Value
Type: IEnumerable<(Of <(<'Int64>)>)>A range of values from 0 to one less than the length of this list.