From 8c0c52240ec4f832e69e8628d5ee785eb2c620a7 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 3 Feb 2018 17:06:28 +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 ad3e9ce1..28167466 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -429,18 +429,22 @@ namespace WebSocketSharp } /// - /// Gets the name from the specified that contains a pair of name and - /// value separated by a separator character. + /// Gets the name from the specified string that contains a pair of + /// name and value separated by a character. /// /// - /// A that represents the name if any; otherwise, null. + /// + /// A that represents the name. + /// + /// + /// if the name is not present. + /// /// /// - /// A that contains a pair of name and value separated by - /// a separator character. + /// A that contains a pair of name and value. /// /// - /// A that represents the separator character. + /// A used to separate name and value. /// internal static string GetName (this string nameAndValue, char separator) {