Example #1
0
 private bool CanParse(Type t)
 {
     return(_config.HasParser(t) || DefaultParser.IsSupported(t));
 }