Method | Description | |
---|---|---|
Clear ( this module ) : void |
Deletes all lines from the CodeModule
|
|
GetSanitizedCode ( this module ) : string[] |
Gets an array of strings where each element is a line of code in the Module, with line numbers stripped and any other pre-processing that needs to be done.
|
|
Lines ( this module ) : string |
Returns all of the code in a Module as a string.
|
Method | Description | |
---|---|---|
HasNumberedLine ( string codeLine, int &lineNumber ) : bool | ||
StripLineNumbers ( string lines ) : void |
public static GetSanitizedCode ( this module ) : string[] | ||
module | this | |
return | string[] |