Skip to content

Commit a058d53

Browse files
committed
[Modify] Edit it
1 parent 160c57f commit a058d53

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

websocket-sharp/Net/CookieCollection.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -581,16 +581,16 @@ public void CopyTo (Array array, int index)
581581
}
582582

583583
/// <summary>
584-
/// Copies the elements of the collection to the specified array of <see cref="Cookie"/>,
585-
/// starting at the specified <paramref name="index"/> in the <paramref name="array"/>.
584+
/// Copies the elements of the collection to the specified array,
585+
/// starting at the specified index of the array.
586586
/// </summary>
587587
/// <param name="array">
588-
/// An array of <see cref="Cookie"/> that represents the destination of the elements
589-
/// copied from the collection.
588+
/// An array of <see cref="Cookie"/> that specifies the destination of
589+
/// the elements copied from the collection.
590590
/// </param>
591591
/// <param name="index">
592-
/// An <see cref="int"/> that represents the zero-based index in <paramref name="array"/>
593-
/// at which copying begins.
592+
/// An <see cref="int"/> that specifies the zero-based index of
593+
/// the array at which copying starts.
594594
/// </param>
595595
/// <exception cref="ArgumentNullException">
596596
/// <paramref name="array"/> is <see langword="null"/>.
@@ -599,8 +599,8 @@ public void CopyTo (Array array, int index)
599599
/// <paramref name="index"/> is less than zero.
600600
/// </exception>
601601
/// <exception cref="ArgumentException">
602-
/// The number of elements in the collection is greater than the available space from
603-
/// <paramref name="index"/> to the end of the destination <paramref name="array"/>.
602+
/// The space from <paramref name="index"/> to the end of
603+
/// <paramref name="array"/> is not enough to copy to.
604604
/// </exception>
605605
public void CopyTo (Cookie[] array, int index)
606606
{

0 commit comments

Comments
 (0)