C# 클래스 idTech4.Text.ScriptIndentation

Indents used for conditional compilation directives: //#if, //#else, //#elif, //#ifdef, //#ifndef.
파일 보기 프로젝트 열기: iainmckay/idtech4.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Script idLexer
Skip int
Type IndentType

프로퍼티 상세

Script 공개적으로 프로퍼티

Script the indent was in.
public idLexer,idTech4.Text Script
리턴 idLexer

Skip 공개적으로 프로퍼티

Are we skipping the current indent?
public int Skip
리턴 int

Type 공개적으로 프로퍼티

Type of the indentation.
public IndentType Type
리턴 IndentType