Method | Description | |
---|---|---|
Read ( this textreader, Char buffer ) : |
Extends Read so that buffer offset of 0 and call to Array.Length are not needed.
|
|
ReadBlock ( this textreader, Char buffer ) : |
Extends ReadBlock so that buffer offset of 0 and call to Array.Length are not needed.
|
public static Read ( this textreader, Char buffer ) : |
||
textreader | this | |
buffer | Char | |
return |
public static ReadBlock ( this textreader, Char buffer ) : |
||
textreader | this | |
buffer | Char | |
return |