Skip to content

Commit 13a6439

Browse files
authored
Fix Stream.CanSeek remarks (#4998)
1 parent ec2b81b commit 13a6439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.IO/Stream.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
<format type="text/markdown"><![CDATA[
443443
444444
## Remarks
445-
If a class derived from <xref:System.IO.Stream> does not support seeking, calls to <xref:System.IO.Stream.Length%2A>, <xref:System.IO.Stream.SetLength%2A>, <xref:System.IO.Stream.Position%2A>, and <xref:System.IO.Stream.Seek%2A> throw a <xref:System.NotSupportedException>.
445+
If a class derived from <xref:System.IO.Stream> does not support seeking, calls to <xref:System.IO.Stream.Length%2A>, <xref:System.IO.Stream.SetLength%2A>, <xref:System.IO.Stream.Position%2A>, and <xref:System.IO.Stream.Seek%2A> may throw a <xref:System.NotSupportedException>.
446446
447447
]]></format>
448448
</remarks>

0 commit comments

Comments
 (0)