Core.SealedAttribute (Constructor de F#)

Crea una instancia del atributo.

Espacio de nombres/Ruta de acceso del módulo: Microsoft.FSharp.Core

Ensamblado: FSharp.Core (en FSharp.Core.dll)

// Signatures:
new SealedAttribute : bool -> SealedAttribute
new SealedAttribute : unit -> SealedAttribute

// Usage:
new SealedAttribute (value)
new SealedAttribute ()

Parámetros

  • value
    Tipo: bool

    Indica si la clase está sellada.

Valor devuelto

Nueva instancia de SealedAttribute.

Plataformas

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

Información de versiones

Versiones de la biblioteca básica de F#

Se admite en: 2.0, 4.0, portables

Vea también

Referencia

Core.SealedAttribute (Clase de F#)

Microsoft.FSharp.Core (Espacio de nombres de F#)