LadderSequence<TIndex>.ToIndices Method

Definition

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.

Applies to