You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.IO/StreamReader.xml
+4-4
Original file line number
Diff line number
Diff line change
@@ -1890,7 +1890,7 @@ Following a call to <xref:System.IO.StreamReader.Close%2A>, any operations on th
1890
1890
<summary>Reads the characters from the current stream into a span.</summary>
1891
1891
<returns>The number of characters that have been read, or 0 if at the end of the stream and no data was read. The number will be less than or equal to the <paramrefname="buffer" /> length, depending on whether the data is available within the stream.</returns>
1892
1892
<remarks>To be added.</remarks>
1893
-
<exceptioncref="T:System.IO.IOException">The number of characters read from the stream is larger than the <paramrefname="buffer" /> length.</exception>
0 commit comments