It would be a nice-to-have, to make working with LINQ queries easier, for when I specify the path to the filename, I'd like a read-only FileName property that is a string that contains the fully-qualified pathname of the data file being read ( blank if I just pass raw text to the constructor, of course).
It would be a nice-to-have, to make working with LINQ queries easier, for when I specify the path to the filename, I'd like a read-only
FileNameproperty that is astringthat contains the fully-qualified pathname of the data file being read ( blank if I just pass raw text to the constructor, of course).