C# 클래스 Invert.Core.GraphDesigner.SyntaxViewModel

상속: GraphItemViewModel
파일 보기 프로젝트 열기: InvertGames/uFrame.Editor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Keywords string[]
Literals string[]

공개 메소드들

메소드 설명
SyntaxViewModel ( string text, string name, int startLine ) : System

비공개 메소드들

메소드 설명
GetColor ( TokenViewModel value ) : void
ParseLine ( string line ) : LineViewModel

메소드 상세

SyntaxViewModel() 공개 메소드

public SyntaxViewModel ( string text, string name, int startLine ) : System
text string
name string
startLine int
리턴 System

프로퍼티 상세

Keywords 공개적으로 프로퍼티

public string[] Keywords
리턴 string[]

Literals 공개적으로 프로퍼티

public string[] Literals
리턴 string[]