PostSharpAPI ReferencePost­Sharp.​Patterns.​FormattersFormatter­Attributes
Open sandboxFocus

FormatterAttributes Class

Attributes of an IFormatter.

Inheritance
FormatterAttributes
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common.dll
Syntax
public sealed class FormatterAttributes : Enum

Fields

Name Description
Converter

A converter.

Default

A default formatter, using ToString().

Dynamic

A dynamic formatter, which resolves to another formatter according to the type of the value, not the type of the location.

None

Default.

Normal

A normal (custom) formatter.

value__