From 079c09ccb644726dd7166b7fbc34cfc875a77e03 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 27 Sep 2019 20:30:54 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Ext.cs | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index f3c2d71f..4e94ebf7 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1964,18 +1964,14 @@ namespace WebSocketSharp /// /// Converts the specified array of to the specified - /// type data. + /// type value. /// /// /// /// A T converted from . /// /// - /// A default value of T if is an empty array of - /// or if the type of T is not , - /// , , , - /// , , , - /// , , or . + /// The default value of T if it could not be converted. /// /// /// @@ -1994,7 +1990,10 @@ namespace WebSocketSharp /// The type of the return. /// /// - /// It must be a value type. + /// , , , + /// , , , + /// , , , + /// or . /// /// ///