SourceLocation(Int32, Int32, Int32) 构造函数

定义

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。初始化 类的新实例SourceLocation

public SourceLocation (int absoluteIndex, int lineIndex, int characterIndex);
new System.Web.Razor.Text.SourceLocation : int * int * int -> System.Web.Razor.Text.SourceLocation
Public Sub New (absoluteIndex As Integer, lineIndex As Integer, characterIndex As Integer)

参数

absoluteIndex
Int32

绝对索引。

lineIndex
Int32

行索引。

characterIndex
Int32

字符索引。

适用于