Core.CompiledNameAttribute (Clase de F#)
Cuando se agrega este atributo a una definición de función o valor en un módulo de F#, cambia el nombre usado para el valor en el código compilado de Common Language Infrastructure (CLI).
Espacio de nombres/Ruta de acceso del módulo: Microsoft.FSharp.Core
Ensamblado: FSharp.Core (en FSharp.Core.dll)
[<AttributeUsage(AttributeTargets.Method ||| AttributeTargets.Class ||| AttributeTargets.Field ||| AttributeTargets.Interface ||| AttributeTargets.Struct ||| AttributeTargets.Delegate ||| AttributeTargets.Enum ||| AttributeTargets.Property, AllowMultiple = false)>]
[<Sealed>]
type CompiledNameAttribute =
class
new CompiledNameAttribute : string -> CompiledNameAttribute
member this.CompiledName : string
end
Comentarios
También puede utilizar la forma abreviada del nombre, CompiledName.
Constructores
Miembro |
Descripción |
---|---|
Crea una instancia del atributo. |
Miembros de instancia
Miembro |
Descripción |
---|---|
Nombre del valor tal y como aparece en código compilado. |
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