Skip to content

Commit ca3cac6

Browse files
authored
Add StreamReader.EndOfStream remarks (dotnet#10661)
1 parent 0d4fb28 commit ca3cac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO/StreamReader.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,7 @@ Following a call to <xref:System.IO.StreamReader.Close%2A>, any operations on th
15981598
<summary>Gets a value that indicates whether the current stream position is at the end of the stream.</summary>
15991599
<value>
16001600
<see langword="true" /> if the current stream position is at the end of the stream; otherwise <see langword="false" />.</value>
1601-
<remarks>To be added.</remarks>
1601+
<remarks>If the instance hasn't yet received an indication from the underlying stream that the stream has reached the end, the property will issue a synchronous read operation on the stream.</remarks>
16021602
<exception cref="T:System.ObjectDisposedException">The underlying stream has been disposed.</exception>
16031603
</Docs>
16041604
</Member>

0 commit comments

Comments
 (0)