PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Record­BuildersText­Log­Record­BuilderAppend­Spaces
Open sandboxFocus

TextLogRecordBuilder.AppendSpaces Method

AppendSpaces(Int32)

Appends a given number of spaces to the current StringBuilder.

Declaration
protected void AppendSpaces(int count)
Parameters
Type Name Description
Int32 count

The number of spaces to be appended.