메소드 | 설명 | |
---|---|---|
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. | |
리턴 | 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.. |
리턴 | void |