Method | Description | |
---|---|---|
InsertCodeLine ( this instance, string code ) : void |
Inserts the code line.
|
|
InsertNewLine ( this instance ) : void |
Inserts the new line.
|
public static InsertCodeLine ( this instance, string code ) : void | ||
instance | this | The instance. |
code | string | The code. |
return | void |
public static InsertNewLine ( this instance ) : void | ||
instance | this | The instance. |
return | void |