From 355f1cd0cca7a2d78cbeb328bb504d9a266fc818 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 20 Aug 2020 21:50:21 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerPrefixCollection.cs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerPrefixCollection.cs b/websocket-sharp/Net/HttpListenerPrefixCollection.cs index 06fc76fc..09631736 100644 --- a/websocket-sharp/Net/HttpListenerPrefixCollection.cs +++ b/websocket-sharp/Net/HttpListenerPrefixCollection.cs @@ -200,17 +200,19 @@ namespace WebSocketSharp.Net } /// - /// Copies the contents of the collection to the specified . + /// Copies the contents of the collection to the specified array. /// /// - /// An that receives the URI prefix strings in the collection. + /// An that receives the URI prefix strings in + /// 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 begins. /// /// - /// The associated with this collection is closed. + /// The instance associated with + /// this collection is closed. /// public void CopyTo (Array array, int offset) {