C# Class idTech4.Text.ScriptIndentation

Indents used for conditional compilation directives: //#if, //#else, //#elif, //#ifdef, //#ifndef.
显示文件 Open project: iainmckay/idtech4.net Class Usage Examples

Public Properties

Property Type Description
Script idLexer
Skip int
Type IndentType

Property Details

Script public_oe property

Script the indent was in.
public idLexer,idTech4.Text Script
return idLexer

Skip public_oe property

Are we skipping the current indent?
public int Skip
return int

Type public_oe property

Type of the indentation.
public IndentType Type
return IndentType