OutFormatter<T> Class |
PostSharp.Patterns.Formatters.Formatter<T>
PostSharp.Patterns.Diagnostics.Formatters.OutFormatter<T>
Namespace: PostSharp.Patterns.Diagnostics.Formatters
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 2023.0.3.0 (2023.0.3.0)
The OutFormatter<T> type exposes the following members.
Name | Description | |
---|---|---|
Attributes |
Gets the formatter attributes.
(Inherited from Formatter<T>.) | |
Instance |
The singleton instance of OutFormatter<T>.
|
Name | Description | |
---|---|---|
WithOptions | (Inherited from Formatter<T>.) | |
Write(UnsafeStringBuilder, T) |
Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant).
(Overrides Formatter<T>.Write(UnsafeStringBuilder, Object).) | |
Write(UnsafeStringBuilder, Object) |
Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant).
(Inherited from Formatter<T>.) |