FormatterExtensions Class |
Extension methods for the IFormatter interface.
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static class FormatterExtensions
Name | Description | |
---|---|---|
WithOptions(IFormatter, FormattingOptions) |
Returns a copy of the current formatter, but for different options.
| |
WithOptions<T>(IFormatter<T>, FormattingOptions) |
Returns a copy of the current formatter, but for different options.
|