We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d7d90 commit 1ad0540Copy full SHA for 1ad0540
src/libraries/System.Private.CoreLib/src/System/MemoryExtensions.cs
@@ -101,7 +101,6 @@ public static ReadOnlySpan<char> AsSpan(this string? text)
101
/// </summary>
102
/// <param name="text">The target string.</param>
103
/// <param name="start">The index at which to begin this slice.</param>
104
- /// <exception cref="System.ArgumentNullException">Thrown when <paramref name="text"/> is null.</exception>
105
/// <exception cref="System.ArgumentOutOfRangeException">
106
/// Thrown when the specified <paramref name="start"/> index is not in range (<0 or >text.Length).
107
/// </exception>
0 commit comments