FormatterAttributes Enumeration |
Attributes of an IFormatter.
Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.10.0 (6.10.10.0)
C#
[FlagsAttribute] public enum FormatterAttributes
Member name | Value | Description | |
---|---|---|---|
None | 0 | Default. | |
Normal | 1 | A normal (custom) formatter. | |
Dynamic | 2 | A dynamic formatter, which resolves to another formatter according to the type of the value, not the type of the location. | |
Converter | 4 | A converter. | |
Default | 8 | A default formatter, using ToString(). |