共用方式為


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

字元索引。

適用於