Méthode | Description | |
---|---|---|
GetLines ( this StreamReader ) : IEnumerable |
Yields one line from the given stream reader.
|
|
GetMultipleLines ( this StreamReader, |
Yields multiple lines from the given stream reader.
|
public static GetLines ( this StreamReader ) : IEnumerable |
||
StreamReader | this | The stream to read the lines from. |
Résultat | IEnumerable |
public static GetMultipleLines ( this StreamReader, |
||
StreamReader | this | The stream to read the lines from. |
NumberOfLines | The number of lines to read at once. | |
Résultat | IEnumerable |