Example #1
0
 public bool CanHandleType(Type t)
 {
     return(parser.CanHandleType(t));
 }