MetalamaAPI documentationFlashtrace APIFlashtrace.​FormattersIFormatter­Repository
Open sandboxFocus

IFormatterRepository Interface

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 System.Type.

Get<T>()

Gets the IFormatter<T> for type T.

TryGet(Type, out IFormatter)

Attempts to get the IFormatter for the specified System.Type.