C# 클래스 Microsoft.Html.Core.Parser.Tokens.StringToken

파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
End int
Start int
Type StringTokenType

공개 메소드들

메소드 설명
StringToken ( StringTokenType t, int start ) : System.Collections.Generic
StringToken ( StringTokenType t, int start, int end ) : System.Collections.Generic

메소드 상세

StringToken() 공개 메소드

public StringToken ( StringTokenType t, int start ) : System.Collections.Generic
t StringTokenType
start int
리턴 System.Collections.Generic

StringToken() 공개 메소드

public StringToken ( StringTokenType t, int start, int end ) : System.Collections.Generic
t StringTokenType
start int
end int
리턴 System.Collections.Generic

프로퍼티 상세

End 공개적으로 프로퍼티

public int End
리턴 int

Start 공개적으로 프로퍼티

public int Start
리턴 int

Type 공개적으로 프로퍼티

public StringTokenType Type
리턴 StringTokenType