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: 2023.0.3.0 (2023.0.3.0)
C#
protected void AppendSpaces( int count )
Parameters
- count
- Type: System.Int32
The number of spaces to be appended.