C# Class StringBuilderExtension, unity-development-tools

Datei anzeigen Open project: heisarzola/Unity-Development-Tools

Public Methods

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.

Method Details

Append() public static method

Extension of the StringBuilder Append method to support more than one parameter.

public static Append ( StringBuilder, thisStringBuilder ) : void
thisStringBuilder StringBuilder,
return void

Clear() public static method

Clears the contents of the string builder.
public static Clear ( StringBuilder, thisStringBuilder ) : void
thisStringBuilder StringBuilder, The to clear.
return void