Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xml/System/Array.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3772,7 +3772,7 @@

<paramref name="match" /> is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="array" />.</exception>
<paramref name="startIndex" /> is less than zero or greater than the length of the <paramref name="array" />.</exception>
<altmember cref="M:System.Array.Exists``1(``0[],System.Predicate{``0})" />
<altmember cref="M:System.Array.Find``1(``0[],System.Predicate{``0})" />
<altmember cref="M:System.Array.FindLast``1(``0[],System.Predicate{``0})" />
Expand Down Expand Up @@ -3863,7 +3863,7 @@

<paramref name="match" /> is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="startIndex" /> is outside the range of valid indexes for <paramref name="array" />.
<paramref name="startIndex" /> is less than zero or greater than the length of the <paramref name="array" />.

-or-

Expand Down