C# Class StringBuilderExtension, unity-development-tools

Afficher le fichier Open project: heisarzola/Unity-Development-Tools

Méthodes publiques

Méthode 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 méthode

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

public static Append ( StringBuilder, thisStringBuilder ) : void
thisStringBuilder StringBuilder,
Résultat void

Clear() public static méthode

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