메소드 | 설명 | |
---|---|---|
ReadAllLines ( this streamReader ) : string[] |
Reads all lines of the stream.
|
|
ReadAllLinesAsync ( this streamReader ) : Task |
Reads all lines of the stream.
|
|
ReadLines ( this streamReader ) : IEnumerable |
Reads the lines of a stream.
|
public static ReadAllLines ( this streamReader ) : string[] | ||
streamReader | this | The |
리턴 | string[] |
public static ReadAllLinesAsync ( this streamReader ) : Task |
||
streamReader | this | The |
리턴 | Task |
public static ReadLines ( this streamReader ) : IEnumerable |
||
streamReader | this | The |
리턴 | IEnumerable |