From 8a587772988f4df655ba4fe348d832fefdf22e1c Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 15 Dec 2017 16:11:41 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Ext.cs | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 4acf5954..cb6565fc 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1843,17 +1843,30 @@ namespace WebSocketSharp } /// - /// Converts the order of the specified array of to the host byte order. + /// Converts the order of elements in the specified byte array to + /// host (this computer architecture) byte order. /// /// - /// An array of converted from . + /// + /// An array of converted from + /// . + /// + /// + /// Or if the number of elements in it + /// is less than 2 or is same as + /// host byte order. + /// /// /// /// An array of to convert. /// /// - /// One of the enum values, specifies the byte order of - /// . + /// + /// One of the enum values. + /// + /// + /// It specifies the order of elements in . + /// /// /// /// is .