C# Class PaleTree.Shared.StringBuilderExtension

Afficher le fichier Open project: exectails/PaleTree

Méthodes publiques

Méthode Description
Append ( this sb, string format ) : void
AppendLine ( this sb, string format ) : void

Method Details

Append() public static méthode

public static Append ( this sb, string format ) : void
sb this
format string
Résultat void

AppendLine() public static méthode

public static AppendLine ( this sb, string format ) : void
sb this
format string
Résultat void