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 . /// /// ///