Partager via


IntrinsicFunctions.SetArray<'T>, fonction (F#)

Opérateur de mutation (indexé) associatif surchargé standard

Espace de noms/Chemin du module : Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions

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

// Signature:
SetArray : 'T [] -> int -> 'T -> unit

// Usage:
SetArray target index value

Paramètres

  • target
    Type : 'T []

    Tableau.

  • index
    Type : int

    Un index dans le tableau.

  • value
    Type : 'T

    La nouvelle valeur à définir sur l'index de tableau spécifié.

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, portables

Voir aussi

Référence

LanguagePrimitives.IntrinsicFunctions, module (F#)

Core.LanguagePrimitives, module (F#)