Condividi tramite


Operators.( .. )<^T> (funzione) (F#)

L'operatore di intervallo standard di overload, ad esempio [n..m] per gli elenchi, seq {n..m} per le sequenze.

Percorso spazio dei nomi/modulo: Microsoft.FSharp.Core.Operators

Assembly: FSharp.Core (in FSharp.Core.dll)

// Signature:
( .. ) : ^T -> ^T -> seq<^T> (requires ^T with static member (+) and ^T with static member One)

// Usage:
start .. finish

Parametri

  • start
    Tipo: ^T

    Valore iniziale dell'intervallo.

  • finish
    Tipo: ^T

    Valore finale dell'intervallo.

Valore restituito

Sequenza che si estende sull'intervallo.

Piattaforme

Windows 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2

Informazioni sulla versione

F# Runtime

Supportato in: 2.0, 4.0

Silverlight

Supportato in: 3

Vedere anche

Riferimenti

Modulo Core.Operators (F#)

Spazio dei nomi Microsoft.FSharp.Core (F#)