From 09d72c99e30fa10b87d0df718b32ed5fb324e9ad Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 29 Sep 2019 21:48:13 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Ext.cs | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index e2cd2fc4..1e2b369e 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -2035,7 +2035,7 @@ namespace WebSocketSharp } /// - /// Converts the specified to an array of . + /// Converts the specified value to an array of . /// /// /// An array of converted from . @@ -2044,10 +2044,23 @@ namespace WebSocketSharp /// A T to convert. /// /// - /// One of the enum values, specifies the byte order of the return. + /// + /// One of the enum values. + /// + /// + /// It specifies the byte order of the return. + /// /// /// - /// The type of . The T must be a value type. + /// + /// The type of . + /// + /// + /// , , , + /// , , , + /// , , , + /// , or . + /// /// public static byte[] ToByteArray (this T value, ByteOrder order) where T : struct