Formatters that always writes *******
to the output.
Namespace: PostSharp.Patterns.Diagnostics.Formatters
Assembly: PostSharp.Patterns.Diagnostics.dll
Syntax
public class HiddenFormatter<T> : Formatter<T>, IFormatter<T>, IOptionAwareFormatter, IFormatter, IOverrideFormatter
Type Parameters
Name | Description |
---|---|
T |
Properties
Name | Description |
---|---|
Instance | Gets the singleton instance of HiddenFormatter<T>. |
Methods
Name | Description |
---|---|
Write(UnsafeStringBuilder, T) | Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant). |