Method | Description | |
---|---|---|
AppendFormattedLine ( this builder, int tabCount, string format ) : void | ||
AppendFormattedLine ( this builder, string format ) : void |
public static AppendFormattedLine ( this builder, int tabCount, string format ) : void | ||
builder | this | |
tabCount | int | |
format | string | |
return | void |
public static AppendFormattedLine ( this builder, string format ) : void | ||
builder | this | |
format | string | |
return | void |