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: src/libraries/System.Collections.Specialized/src/System/Collections/Specialized/StringCollection.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ public int Add(string? value)
69
69
/// <devdoc>
70
70
/// <para>Copies the elements of a string array to the end of the <see cref='System.Collections.Specialized.StringCollection'/>.</para>
71
71
/// </devdoc>
72
-
publicvoidAddRange(string[]value)
72
+
publicvoidAddRange(string?[]value)
73
73
{
74
74
ArgumentNullException.ThrowIfNull(value);
75
75
@@ -99,7 +99,7 @@ public bool Contains(string? value)
99
99
/// <para>Copies the <see cref='System.Collections.Specialized.StringCollection'/> values to a one-dimensional <see cref='System.Array'/> instance at the
0 commit comments