C# Class Invert.Core.GraphDesigner.SyntaxViewModel

Inheritance: GraphItemViewModel
Show file 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 property

public string[] Keywords
return string[]

Literals public property

public string[] Literals
return string[]