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
/// <exception cref="ArgumentNullException">The <paramref name="list"/> is null.</exception>
33
43
/// <exception cref="ArgumentOutOfRangeException"><paramref name="index"/> is less than 0 or greater than <paramref name="list"/>'s <see cref="List{T}.Count"/>.</exception>
@@ -48,12 +58,12 @@ public static void InsertRange<T>(this List<T> list, int index, ReadOnlySpan<T>
48
58
/// <exception cref="ArgumentNullException">The <paramref name="list"/> is null.</exception>
49
59
/// <exception cref="ArgumentException">The number of elements in the source <see cref="List{T}"/> is greater than the number of elements that the destination span can contain.</exception>
0 commit comments