MetalamaAPI documentationFlashtrace APIFlashtrace.​FormattersFormatter­Attributes
Open sandboxFocus

FormatterAttributes Class

Attributes of an IFormatter.

Inheritance
System.Object
FormatterAttributes
Namespace: Flashtrace.Formatters
Assembly: Flashtrace.Formatters.dll
Syntax
public sealed class FormatterAttributes : Enum

Fields

Name Description
Converter

A converter.

Default

A default formatter, using System.Object.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__