From 82d27b0fc1b09902c17a0a0c7bb77a9b0016ca98 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 26 Sep 2019 20:06:26 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Ext.cs | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 90ee009d..f3c2d71f 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1963,24 +1963,39 @@ namespace WebSocketSharp } /// - /// Converts the specified array of to the specified type data. + /// Converts the specified array of to the specified + /// type data. /// /// - /// A T converted from , or a default value of - /// T if is an empty array of or - /// if the type of T isn't , , , - /// , , , , - /// , , or . + /// + /// A T converted from . + /// + /// + /// A default value of T if is an empty array of + /// or if the type of T is not , + /// , , , + /// , , , + /// , , or . + /// /// /// /// An array of to convert. /// /// - /// One of the enum values, specifies the byte order of - /// . + /// + /// One of the enum values. + /// + /// + /// It specifies the byte order of . + /// /// /// - /// The type of the return. The T must be a value type. + /// + /// The type of the return. + /// + /// + /// It must be a value type. + /// /// /// /// is .