C# Class PaleTree.Shared.StringBuilderExtension

Mostra file Open project: exectails/PaleTree

Public Methods

Method Description
Append ( this sb, string format ) : void
AppendLine ( this sb, string format ) : void

Method Details

Append() public static method

public static Append ( this sb, string format ) : void
sb this
format string
return void

AppendLine() public static method

public static AppendLine ( this sb, string format ) : void
sb this
format string
return void