Method | Description | |
---|---|---|
Append ( this sb, |
Appends the specified stringbuilder onto this instance.
|
|
Append ( this sb, |
Appends the specified stringbuilder onto this instance.
|
|
Clear ( this sb ) : void |
Clears this instance.
|
public static Append ( this sb, |
||
sb | this | The sb. |
stringBuilder | The string builder. | |
return | void |
public static Append ( this sb, |
||
sb | this | The sb. |
stringBuilder | The string builder. | |
start | int | The start index at which to copying. |
length | int | The number of characters to append.. |
return | void |