Method | Description | |
---|---|---|
FormatParameters ( this instance ) : void |
Formats the parameters.
|
|
GetCode ( this instance ) : string |
Gets the code.
|
|
InsertCode ( this instance, string code, bool atTheStart ) : void |
Insert code.
|
|
RemoveComments ( this instance ) : void |
Removes the comments.
|
|
ReplaceCode ( this instance, string newCode ) : void |
Replaces the code.
|
public static FormatParameters ( this instance ) : void | ||
instance | this | The instance. |
return | void |
public static GetCode ( this instance ) : string | ||
instance | this | The instance. |
return | string |
public static InsertCode ( this instance, string code, bool atTheStart ) : void | ||
instance | this | The instance. |
code | string | The code. |
atTheStart | bool | if set to |
return | void |
public static RemoveComments ( this instance ) : void | ||
instance | this | The instance. |
return | void |
public static ReplaceCode ( this instance, string newCode ) : void | ||
instance | this | The instance. |
newCode | string | The new code. |
return | void |