Accesses a repository of formatters.
Namespace: Flashtrace.Formatters
Assembly: Flashtrace.Formatters.dll
Syntax
public interface IFormatterRepository
Properties
Name | Description |
---|---|
Role | Gets the FormattingRole associated with the current formatter repository. |
Methods
Name | Description |
---|---|
Get(Type) | Gets the IFormatter for the specified Type. |
Get<T>() | Gets the IFormatter<T> for type |
TryGet(Type, out IFormatter?) | Attempts to get the IFormatter for the specified Type. |