다음을 통해 공유


SourceLocation(Int32, Int32, Int32) 생성자

정의

이 형식/멤버는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다. 클래스의 새 instance 초기화합니다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

문자 인덱스입니다.

적용 대상