Produces the range of all indices of this sequence.
Namespace: SequencesAssembly: Sequences (in Sequences.dll) Version: 1.0.1.0 (1.0.1)
Syntax IEnumerable<int> Indices()
IEnumerable<int> Indices()
Function Indices As IEnumerable(Of Integer)
Function Indices As IEnumerable(Of Integer)
IEnumerable<int>^ Indices()
IEnumerable<int>^ Indices()
abstract Indices : unit -> IEnumerable<int>
abstract Indices : unit -> IEnumerable<int>
Return Value
Type:
IEnumerable Int32 The range of all indices of this sequence.
See Also