Core.AutoOpenAttribute 构造函数 (F#)
创建一个特性,该特性用于将命名空间或模块路径标记为在引用程序集时自动打开。
命名空间/模块路径:Microsoft.FSharp.Core
程序集:FSharp.Core(在 FSharp.Core.dll 中)
// Signatures:
new AutoOpenAttribute : string -> AutoOpenAttribute
new AutoOpenAttribute : unit -> AutoOpenAttribute
// Usage:
new AutoOpenAttribute (path)
new AutoOpenAttribute ()
参数
path
类型:string命名空间或模块(该命名空间或模块在引用程序集时自动打开),或打开的外层模块。
返回值
新 AutoOpenAttribute 实例。
平台
Windows 8,Windows 7,Windows server 2012中,Windows server 2008 R2
版本信息
F#核心库版本
支持:2.0,4.0,可移植