IFormatter Interface |
Appends the description of an object into an UnsafeStringBuilder. Weakly-typed variant of IFormatter<T>.
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.14.0 (6.10.14.0)
C#
public interface IFormatter
The IFormatter type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
Gets the formatter attributes.
|
Name | Description | |
---|---|---|
Write |
Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant).
|
Name | Description | |
---|---|---|
WithOptions |
Returns a copy of the current formatter, but for different options.
(Defined by FormatterExtensions.) |