PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​FormattersOut­Formatter<T>
Open sandboxFocus

OutFormatter<T> Class

Always writes <out> to the output. Used to render the input value of out parameters.

Inheritance
OutFormatter<T>
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).