Skip to content

Commit f5192c4

Browse files
authored
BinaryReader.Dispose releases the BaseStream unless configured otherwise (#7551)
1 parent 8a389d0 commit f5192c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO/BinaryReader.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2450,7 +2450,7 @@
24502450
</ReturnValue>
24512451
<Parameters />
24522452
<Docs>
2453-
<summary>Releases all resources used by the <see cref="T:System.IO.BinaryReader" />.</summary>
2453+
<summary>Releases the <see cref="P:System.IO.BinaryReader.BaseStream" /> unless configured otherwise by <see cref="M:System.IO.BinaryReader.#ctor(System.IO.Stream,System.Text.Encoding,System.Boolean)" />.</summary>
24542454
<remarks>
24552455
<format type="text/markdown"><![CDATA[
24562456

0 commit comments

Comments
 (0)