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.Collections.ObjectModel/ReadOnlyCollection.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@
72
72
<paramname="values">The span of values to include in the collection.</param>
73
73
<summary>
74
74
<para>Creates a new <seecref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> from the specified span of values.</para>
75
-
<para>This method (simplifies collection initialization)[/dotnet/csharp/language-reference/operators/collection-expressions] to create a new <seecref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> with the specified values.</para>
75
+
<para>This method (simplifies collection initialization)[https://learn.microsoft.com/dotnet/csharp/language-reference/operators/collection-expressions] to create a new <seecref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> with the specified values.</para>
76
76
</summary>
77
77
<returns>A new <seecref="T:System.Collections.ObjectModel.ReadOnlyCollection`1" /> containing the specified values.</returns>
78
78
<remarks>To be added.</remarks>
@@ -126,7 +126,7 @@
126
126
<paramname="values">The span of values to include in the collection.</param>
127
127
<summary>
128
128
<para>Creates a new <seecref="T:System.Collections.ObjectModel.ReadOnlySet`1" /> from the specified span of values.</para>
129
-
<para>This method (simplifies collection initialization)[/dotnet/csharp/language-reference/operators/collection-expressions] to create a new <seecref="T:System.Collections.ObjectModel.ReadOnlySet`1" /> with the specified values.</para>
129
+
<para>This method (simplifies collection initialization)[https://learn.microsoft.com/dotnet/csharp/language-reference/operators/collection-expressions] to create a new <seecref="T:System.Collections.ObjectModel.ReadOnlySet`1" /> with the specified values.</para>
130
130
</summary>
131
131
<returns>A new <seecref="T:System.Collections.ObjectModel.ReadOnlySet`1" /> containing the specified values.</returns>
0 commit comments