mappingLine {Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.SourceMap} .NET clr documentation

mappingLine

Description

Declare

            
# namespace Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.SourceMap
export class mappingLine {
   # 第二位,表示这个位置属于sources属性中的哪一个文件。
   fileIndex: integer;
   # 第五位,表示这个位置属于names属性中的哪一个变量。
   nameIndex: integer;
   # 第四位,表示这个位置属于转换前代码的第几列。
   sourceCol: integer;
   # 第三位,表示这个位置属于转换前代码的第几行。
   sourceLine: integer;
   # 第一位,表示这个位置在(转换后的代码的)的第几列。
   targetCol: integer;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]