TextLogRecordBuilder.AppendSpaces Method |
Appends a given number of spaces to the current StringBuilder.
Namespace: PostSharp.Patterns.Diagnostics.RecordBuilders
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.9.11.0 (6.9.11.0)
C#
protected void AppendSpaces( int count )
Parameters
- count
- Type: System.Int32
The number of spaces to be appended.