From 5e19058c40bceef2a7dc031398546d81964d368e Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 13 Dec 2017 16:05:07 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Ext.cs | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 4f3fec09..7000b042 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1867,19 +1867,23 @@ namespace WebSocketSharp } /// - /// Converts the specified to a that - /// concatenates the each element of across the specified - /// . + /// Converts the specified array to a . /// /// - /// A converted from , - /// or if is empty. + /// + /// A converted by concatenating each element of + /// across . + /// + /// + /// An empty string if is an empty array. + /// /// /// /// An array of T to convert. /// /// - /// A that represents the separator string. + /// A used to separate each element of + /// . /// /// /// The type of elements in .