How do find line in a List
Posted
by Shonna
on Stack Overflow
See other posts from Stack Overflow
or by Shonna
Published on 2010-03-23T02:57:38Z
Indexed on
2010/03/23
3:01 UTC
Read the original article
Hit count: 227
c#
|visual-studio-2008
I have a text file.
I read each line with sr.readline();
as i read that line, i want to search for it in a List that it should have been added to previously, then add it to a NEW list. How do i do this?
© Stack Overflow or respective owner