Method | Description | |
---|---|---|
Append ( StringBuilder, thisStringBuilder ) : void |
Extension of the StringBuilder Append method to support more than one parameter.
|
|
Clear ( StringBuilder, thisStringBuilder ) : void |
Clears the contents of the string builder.
|
public static Append ( StringBuilder, thisStringBuilder ) : void | ||
thisStringBuilder | StringBuilder, | |
return | void |
public static Clear ( StringBuilder, thisStringBuilder ) : void | ||
thisStringBuilder | StringBuilder, | The |
return | void |