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