Core.AllowNullLiteralAttribute (Clase de F#)
Cuando se agrega este atributo a un tipo, se puede usar el literal null para el tipo en código de F#.Este atributo puede agregarse únicamente a los tipos de clase o interfaz definidos en F#.
Espacio de nombres/Ruta de acceso del módulo: Microsoft.FSharp.Core
Ensamblado: FSharp.Core (en FSharp.Core.dll)
[<AttributeUsage(AttributeTargets.Class, AllowMultiple = false)>]
[<Sealed>]
type AllowNullLiteralAttribute =
class
new AllowNullLiteralAttribute : unit -> AllowNullLiteralAttribute
end
Comentarios
También puede utilizar la forma abreviada del nombre, AllowNullLiteral.
Constructores
Miembro |
Descripción |
---|---|
Crea una instancia del atributo. |
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