메소드 | 설명 | |
---|---|---|
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 |
public ParsedFile ( string fileToParse, bool removeComments, bool trimClassContents ) : System | ||
fileToParse | string | |
removeComments | bool | |
trimClassContents | bool | |
리턴 | System |
public SetFromContents ( string contents, bool removeComments, bool trimClassContents ) : void | ||
contents | string | |
removeComments | bool | |
trimClassContents | bool | |
리턴 | void |