'Declaration Public Shared Function AsIndexed(Of T)( _ ByVal items As IEnumerable(Of T) _ ) As IEnumerable(Of OrderedItem(Of T))
public static IEnumerable<OrderedItem<T>> AsIndexed<T>( IEnumerable<T> items )
Parameters
- items
- Initial sequence.
Type Parameters
- T
- Item type
Return Value
Returns IEnumerable that represents sequence with indeses for items