Method | Description | |
---|---|---|
ParsedFile ( ) : System | ||
ParsedFile ( string fileToParse ) : System | ||
ParsedFile ( string fileToParse, bool removeComments, bool trimClassContents ) : System | ||
SetFromContents ( string contents, bool removeComments, bool trimClassContents ) : void |
Method | Description | |
---|---|---|
GetClosingBracketOfNamespace ( string fileContents ) : int |
public ParsedFile ( string fileToParse ) : System | ||
fileToParse | string | |
return | System |
public ParsedFile ( string fileToParse, bool removeComments, bool trimClassContents ) : System | ||
fileToParse | string | |
removeComments | bool | |
trimClassContents | bool | |
return | System |
public SetFromContents ( string contents, bool removeComments, bool trimClassContents ) : void | ||
contents | string | |
removeComments | bool | |
trimClassContents | bool | |
return | void |