Exemplo n.º 1
0
 private IValueFormatter GetValueFormatter <TChild>(OverrideFormatterSet formatters)
 {
     return(_formatterSet.Resolve <TChild>(formatters) ?? new DelegateFormatter <TChild>(m => m.ToString()));
 }