C# 클래스 Mono.JavaScript.Debugger.SourceMap.RawEntry

파일 보기 프로젝트 열기: atsushieno/md-typescript

공개 프로퍼티들

프로퍼티 타입 설명
GeneratedPosition int
NameIndex int
RawString string
SourceColumn int
SourceIndex int
SourceLine int

공개 메소드들

메소드 설명
RawEntry ( string rawString, int generatedPosition, int sourceIndex, int sourceLine, int sourceColumn, int nameIndex ) : System

메소드 상세

RawEntry() 공개 메소드

public RawEntry ( string rawString, int generatedPosition, int sourceIndex, int sourceLine, int sourceColumn, int nameIndex ) : System
rawString string
generatedPosition int
sourceIndex int
sourceLine int
sourceColumn int
nameIndex int
리턴 System

프로퍼티 상세

GeneratedPosition 공개적으로 프로퍼티

public int GeneratedPosition
리턴 int

NameIndex 공개적으로 프로퍼티

public int NameIndex
리턴 int

RawString 공개적으로 프로퍼티

public string RawString
리턴 string

SourceColumn 공개적으로 프로퍼티

public int SourceColumn
리턴 int

SourceIndex 공개적으로 프로퍼티

public int SourceIndex
리턴 int

SourceLine 공개적으로 프로퍼티

public int SourceLine
리턴 int