OutFormatter<T> Class |
Always writes <out> to the output. Used to render the input value of out parameters.

System.Object
PostSharp.Patterns.Formatters.Formatter<T>
PostSharp.Patterns.Diagnostics.Formatters.OutFormatter<T>
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: 6.5.15.0 (6.5.15.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 | |
---|---|---|
![]() | 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>.) |
