Appends the description of an object into an UnsafeStringBuilder. Weakly-typed variant of IFormatter<T>.
Namespace: Flashtrace.Formatters
Assembly: Flashtrace.Formatters.dll
Syntax
public interface IFormatterProperties
| Name | Description |
|---|---|
| Attributes | Gets the formatter attributes. |
| Repository | Gets the IFormatterRepository which current IFormatter uses to get formatters for other types. |
Methods
| Name | Description |
|---|---|
| Format(UnsafeStringBuilder, object?) | Appends the description of an object into given UnsafeStringBuilder (weakly-typed variant). |