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