From a8f1e70d99cc779ca5320cdfaa7add43d197cb42 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 6 Apr 2019 17:20:10 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/CookieCollection.cs | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs index 70f54221..f74d3d5e 100644 --- a/websocket-sharp/Net/CookieCollection.cs +++ b/websocket-sharp/Net/CookieCollection.cs @@ -525,16 +525,16 @@ namespace WebSocketSharp.Net } /// - /// Copies the elements of the collection to the specified , starting at - /// the specified in the . + /// Copies the elements of the collection to the specified array, + /// starting at the specified index. /// /// - /// An that represents the destination of the elements copied from - /// the collection. + /// An that specifies the destination of + /// the elements copied from the collection. /// /// - /// An that represents the zero-based index in - /// at which copying begins. + /// An that specifies the zero-based index in + /// the array at which copying starts. /// /// /// is . @@ -550,13 +550,12 @@ namespace WebSocketSharp.Net /// -or- /// /// - /// The number of elements in the collection is greater than the available space from - /// to the end of the destination . + /// The space from to the end of + /// is not enough to copy to. /// /// /// - /// The elements in the collection cannot be cast automatically to the type of the destination - /// . + /// The element type of cannot be assigned. /// public void CopyTo (Array array, int index) {