public ListParser(TypeAccessor typeAccessor) : this()
 {
     this.typeAccessor = typeAccessor;
     columnParser      = new ColumnParser();
     parser            = this;
 }
 public ListParser()
 {
     parser       = this;
     columnParser = new ColumnParser();
 }