From 657e80d57c47320812e7791e26b9c464a71862d7 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 20 Aug 2020 21:54:52 +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 09631736..77fc7c07 100644 --- a/websocket-sharp/Net/HttpListenerPrefixCollection.cs +++ b/websocket-sharp/Net/HttpListenerPrefixCollection.cs @@ -221,17 +221,19 @@ namespace WebSocketSharp.Net } /// - /// Copies the contents of the collection to the specified array of . + /// Copies the contents of the collection to the specified array of string. /// /// - /// An array of that receives the URI prefix strings in the collection. + /// An array of that receives the URI prefix strings in + /// the collection. /// /// - /// An that represents the zero-based index in - /// at which copying begins. + /// An that represents 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 (string[] array, int offset) {