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

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

공개 메소드들

메소드 설명
ParsedFile ( ) : System
ParsedFile ( string fileToParse ) : System
ParsedFile ( string fileToParse, bool removeComments, bool trimClassContents ) : System
SetFromContents ( string contents, bool removeComments, bool trimClassContents ) : void

비공개 메소드들

메소드 설명
GetClosingBracketOfNamespace ( string fileContents ) : int

메소드 상세

ParsedFile() 공개 메소드

public ParsedFile ( ) : System
리턴 System

ParsedFile() 공개 메소드

public ParsedFile ( string fileToParse ) : System
fileToParse string
리턴 System

ParsedFile() 공개 메소드

public ParsedFile ( string fileToParse, bool removeComments, bool trimClassContents ) : System
fileToParse string
removeComments bool
trimClassContents bool
리턴 System

SetFromContents() 공개 메소드

public SetFromContents ( string contents, bool removeComments, bool trimClassContents ) : void
contents string
removeComments bool
trimClassContents bool
리턴 void