Compartilhar via


IntrinsicFunctions.SetArray <'T>. Função (F#)

O padrão tenha sobrecarregado o operador () indexado associativo de mutação.

Namespace/Module Path: Microsoft.FSharp.Core.LanguagePrimitives.IntrinsicFunctions

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

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

// Usage:
SetArray target index value

Parâmetros

  • target
    Tipo: 'T []

    Uma matriz.

  • index
    Tipo: int

    Um índice na matriz.

  • value
    Tipo: 'T

    O novo valor para o dataset no índice especificado da matriz.

Plataformas

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

Informações de Versão

Versões da biblioteca principal de F#

Suportado em: 2,0, 4,0, portáteis

Consulte também

Referência

Módulo de LanguagePrimitives.IntrinsicFunctions (F#)

Módulo de Core.LanguagePrimitives (F#)