C# Class Invert.Core.GraphDesigner.SyntaxViewModel

Inheritance: GraphItemViewModel
显示文件 Open project: InvertGames/uFrame.Editor Class Usage Examples

Public Properties

Property Type Description
Keywords string[]
Literals string[]

Public Methods

Method Description
SyntaxViewModel ( string text, string name, int startLine ) : System

Private Methods

Method Description
GetColor ( TokenViewModel value ) : void
ParseLine ( string line ) : LineViewModel

Method Details

SyntaxViewModel() public method

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

Property Details

Keywords public_oe property

public string[] Keywords
return string[]

Literals public_oe property

public string[] Literals
return string[]