PostSharp / / API Reference / Post­Sharp.​Patterns.​Formatters / Formatter<T>

Class Formatter<T>

Namespace: PostSharp.Patterns.Formatters
Assembly: PostSharp.Patterns.Common.dll
Syntax
public abstract class Formatter<T> : Object, IFormatter<T>, IOptionAwareFormatter, IFormatter
Type Parameters
Name Description
T

Constructors

Name Description
Formatter()

Properties

Name Description
Attributes

Methods

Name Description
WithOptions(FormattingOptions)
Write(UnsafeStringBuilder, T)
Write(UnsafeStringBuilder, Object)

Explicit Interface Implementations

Name Description
IOptionAwareFormatter.WithOptions(FormattingOptions)