TypeProviderDefinitionLocationAttribute.Line 属性 (F#)

indentifies此类型的提供程序的源位置的行。

命名空间/模块路径:Microsoft.FSharp.Core.CompilerServices

程序集:FSharp.Core(在 FSharp.Core.dll 中)

// Signatures:
member this.Line : int with get, set
member this.Line  : int with get, set

// Usage:
typeProviderDefinitionLocationAttribute.Line
typeProviderDefinitionLocationAttribute.Line <- line

参数

  • line
    类型:int

    标识源代码行的编号。

返回值

标识源代码行的编号。

平台

Windows 8,Windows 7,Windows server 2012中,Windows server 2008 R2

版本信息

F#核心库版本

支持:4.0,可移植

请参见

参考

CompilerServices.TypeProviderDefinitionLocationAttribute 类 (F#)

Microsoft.FSharp.Core.CompilerServices 命名空间 (F#)