C# 클래스 CodeConnect.TypeScriptSyntaxVisualizer.SyntaxNodeOrToken

Represents either a syntax node or syntax token from TypeScript. NOTE: If you change the properties here, you must change the corresponding properties in the TypeScript tree builder or it won't deserialize correctly.
파일 보기 프로젝트 열기: CodeConnect/TypeScriptSyntaxVisualizer 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SyntaxNodeOrToken ( string kind, int startPosition, int end, string text, bool isToken ) : System.Collections.Generic

메소드 상세

SyntaxNodeOrToken() 공개 메소드

public SyntaxNodeOrToken ( string kind, int startPosition, int end, string text, bool isToken ) : System.Collections.Generic
kind string
startPosition int
end int
text string
isToken bool
리턴 System.Collections.Generic