C# Class Hawkeye.StringBuilderExtensions

Datei anzeigen Open project: odalet/Hawkeye2

Public Methods

Method Description
AppendFormattedLine ( this builder, int tabCount, string format ) : void
AppendFormattedLine ( this builder, string format ) : void

Method Details

AppendFormattedLine() public static method

public static AppendFormattedLine ( this builder, int tabCount, string format ) : void
builder this
tabCount int
format string
return void

AppendFormattedLine() public static method

public static AppendFormattedLine ( this builder, string format ) : void
builder this
format string
return void