From a058d53475cf4012ef84d1125280cf25f105ec72 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 4 Apr 2019 17:17:09 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/CookieCollection.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs index d0a05e0a..a364b6da 100644 --- a/websocket-sharp/Net/CookieCollection.cs +++ b/websocket-sharp/Net/CookieCollection.cs @@ -581,16 +581,16 @@ namespace WebSocketSharp.Net } /// - /// Copies the elements of the collection to the specified array of , - /// starting at the specified in the . + /// Copies the elements of the collection to the specified array, + /// starting at the specified index of the array. /// /// - /// An array of that represents the destination of the elements - /// copied from the collection. + /// An array of 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 of + /// the array at which copying starts. /// /// /// is . @@ -599,8 +599,8 @@ namespace WebSocketSharp.Net /// is less than zero. /// /// - /// 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. /// public void CopyTo (Cookie[] array, int index) {