Partager via


OperatorIntrinsics.SetArraySlice<'T>, fonction (F#)

Définit un secteur d'un tableau

Espace de noms/Chemin du module : Microsoft.FSharp.Core.Operators.OperatorIntrinsics

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

// Signature:
SetArraySlice : 'T [] -> int option -> int option -> 'T [] -> unit

// Usage:
SetArraySlice target start finish source

Paramètres

  • target
    Type : 'T[]

    Tableau cible.

  • start
    Type : intoption

    Index de début.

  • finish
    Type : intoption

    Index de fin.

  • source
    Type : 'T[]

    Tableau source.

Plateformes

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Informations de version

Versions de bibliothèque principale F#

Prise en charge dans : 2,0, 4,0, Portable, portable

Voir aussi

Référence

Operators.OperatorIntrinsics, module (F#)

Core.Operators, module (F#)