LadderSequence<TIndex>.ToIndices Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns list of indices of the ladder operator sequence.
public System.Collections.Generic.IEnumerable<TIndex> ToIndices ();
member this.ToIndices : unit -> seq<'Index (requires 'Index :> IEquatable<'Index>)>
Public Function ToIndices () As IEnumerable(Of TIndex)
Returns
- IEnumerable<TIndex>
Sequence of integers.