Skip to content

Commit e66b5cb

Browse files
authored
fix broken links (#3663)
1 parent 779cc34 commit e66b5cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System.IO/MemoryStream.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2034,13 +2034,13 @@ The pending operation does not support writing.</exception>
20342034
This method returns `true` when the the underlying buffer is marked as exposable, which happens when the current `MemoryStream` instance is created with:
20352035
20362036
- <xref:System.IO.MemoryStream.%23ctor>.
2037-
- <xref:System.IO.MemoryStream.%23ctor%28System.Int32%29).
2038-
- <xref:System.IO.MemoryStream.%23ctor%28System.Byte%5B%5D,System.Int32,System.Int32,System.Boolean,System.Boolean%29) with the parameter `publiclyVisible` set to `true`.
2037+
- <xref:System.IO.MemoryStream.%23ctor(System.Int32)>.
2038+
- <xref:System.IO.MemoryStream.%23ctor(System.Byte[],System.Int32,System.Int32,System.Boolean,System.Boolean)> with the parameter `publiclyVisible` set to `true`.
20392039
20402040
The underlying buffer will not be exposed if the current `MemoryStream` instance is created with:
20412041
2042-
- <xref:System.IO.MemoryStream.%23ctor%28System.Byte%5B%5D,System.Boolean%29).
2043-
- <xref:System.IO.MemoryStream.%23ctor%28System.Byte%5B%5D,System.Int32,System.Int32,System.Boolean,System.Boolean%29) with the parameter `publiclyVisible` set to `false`.
2042+
- <xref:System.IO.MemoryStream.%23ctor(System.Byte[],System.Boolean)>
2043+
- <xref:System.IO.MemoryStream.%23ctor(System.Byte[],System.Int32,System.Int32,System.Boolean,System.Boolean)> with the parameter `publiclyVisible` set to `false`.
20442044
20452045
]]></format>
20462046
</remarks>

0 commit comments

Comments
 (0)