FormatterExtensions.WithOptions Method (IFormatter, FormattingOptions) |
Returns a copy of the current formatter, but for different options.
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 IFormatter WithOptions( this IFormatter formatter, FormattingOptions options )
Parameters
- formatter
- Type: PostSharp.Patterns.Formatters.IFormatter
The original formatter. - options
- Type: PostSharp.Patterns.Formatters.FormattingOptions
The new options.
Return Value
Type: IFormatterA copy of the current formatter with the new options.