Partager via


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

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

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

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

// Signature:
GetArray : 'T [] -> int -> 'T

// Usage:
GetArray source index

Paramètres

  • source
    Type : 'T []

    Tableau source.

  • index
    Type : int

    L'index dans le tableau.

Valeur de retour

Valeur de propriété située à l'index 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#)