c# Programming Glossary: streamsource
How to read a text file reversely with iterator in C# http://stackoverflow.com/questions/452902/how-to-read-a-text-file-reversely-with-iterator-in-c-sharp Stream to read from. summary private readonly Func Stream streamSource summary Encoding to use when converting bytes to text summary.. is used to decode the stream into text. summary param name streamSource Data source param public ReverseLineReader Func Stream streamSource.. Data source param public ReverseLineReader Func Stream streamSource this streamSource Encoding.UTF8 summary Creates a LineReader..
|