Метод | Описание | |
---|---|---|
Append ( string value ) : |
||
AppendInterlaced ( string value ) : StringBuilderInterlaced | ||
AppendInterlacedLine ( ) : StringBuilderInterlaced | ||
AppendInterlacedLine ( string value ) : StringBuilderInterlaced | ||
AppendLine ( string value ) : StringBuilderInterlaced | ||
Down ( ) : StringBuilderInterlaced | ||
Insert ( Action |
||
StringBuilderInterlaced ( bool transformInterlaced = false, uint intedtSize = 4 ) : System |
|
|
ToString ( ) : string | ||
Up ( ) : StringBuilderInterlaced |
Метод | Описание | |
---|---|---|
ApplyLevel ( ) : void |
public Append ( string value ) : |
||
value | string | |
Результат |
public AppendInterlaced ( string value ) : StringBuilderInterlaced | ||
value | string | |
Результат | StringBuilderInterlaced |
public AppendInterlacedLine ( ) : StringBuilderInterlaced | ||
Результат | StringBuilderInterlaced |
public AppendInterlacedLine ( string value ) : StringBuilderInterlaced | ||
value | string | |
Результат | StringBuilderInterlaced |
public AppendLine ( string value ) : StringBuilderInterlaced | ||
value | string | |
Результат | StringBuilderInterlaced |
public Insert ( Action |
||
del | Action |
|
Результат | StringBuilderInterlaced |
public StringBuilderInterlaced ( bool transformInterlaced = false, uint intedtSize = 4 ) : System | ||
transformInterlaced | bool | If true an level will be displaced as |
intedtSize | uint | ammount of spaces for each level |
Результат | System |