C# 클래스 FlatRedBall.Glue.Parsing.PreProcessorDefineParser

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IncludeAndExcludeFromIf void

공개 메소드들

메소드 설명
Clear ( ) : void
ParseLine ( string line ) : void
ShouldLineBeSkipped ( List projectDefines ) : bool

비공개 메소드들

메소드 설명
IncludeAndExcludeFromIf ( string define ) : void

메소드 상세

Clear() 공개 정적인 메소드

public static Clear ( ) : void
리턴 void

ParseLine() 공개 정적인 메소드

public static ParseLine ( string line ) : void
line string
리턴 void

ShouldLineBeSkipped() 공개 정적인 메소드

public static ShouldLineBeSkipped ( List projectDefines ) : bool
projectDefines List
리턴 bool