Always writes <out>
to the output. Used to render the input value of out
parameters.
Namespace: PostSharp.Patterns.Diagnostics.Formatters
Assembly: PostSharp.Patterns.Diagnostics.dll
Syntax
public class OutFormatter<T> : Formatter<T>, IFormatter<T>, IOptionAwareFormatter, IFormatter, IOverrideFormatter
Type Parameters
Name | Description |
---|---|
T |
Properties
Name | Description |
---|---|
Instance | The singleton instance of OutFormatter<T>. |
Methods
Name | Description |
---|---|
Write(UnsafeStringBuilder, T) | Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant). |