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.8.6.0 (6.8.6.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).
|