Open sandboxFocus

Interface IFormatter<T>

Appends the description of an object into an UnsafeStringBuilder. Strongly-typed variant of IFormatter.

Namespace: Flashtrace.Formatters
Assembly: Flashtrace.Formatters.dll
Syntax
public interface IFormatter<in T> : IFormatter
Type Parameters
Name Description
T

Type of values that can be formatted.

Methods

Name Description
Format(UnsafeStringBuilder, T?)

Appends the description of an object into given UnsafeStringBuilder (strongly-typed variant).

Extension Methods