C# 클래스 Irony.Parsing.SourceSpan

파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Length int
Location SourceLocation

공개 메소드들

메소드 설명
SourceSpan ( SourceLocation location, int length ) : System

메소드 상세

SourceSpan() 공개 메소드

public SourceSpan ( SourceLocation location, int length ) : System
location SourceLocation
length int
리턴 System

프로퍼티 상세

Length 공개적으로 프로퍼티

public int Length
리턴 int

Location 공개적으로 프로퍼티

public SourceLocation,Irony.Parsing Location
리턴 SourceLocation