I'm reading a text file through a streamreader. Does the streamreader have something like a "number of lines in file" property, or do I just have to loop until the eof? Thanks.