[Modify] Edit it
This commit is contained in:
parent
8a58777298
commit
b89a84225f
@ -1339,14 +1339,15 @@ namespace WebSocketSharp
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Determines whether the specified <see cref="ByteOrder"/> is host (this computer
|
||||
/// Determines whether the specified byte order is host (this computer
|
||||
/// architecture) byte order.
|
||||
/// </summary>
|
||||
/// <returns>
|
||||
/// <c>true</c> if <paramref name="order"/> is host byte order; otherwise, <c>false</c>.
|
||||
/// <c>true</c> if <paramref name="order"/> is host byte order; otherwise,
|
||||
/// <c>false</c>.
|
||||
/// </returns>
|
||||
/// <param name="order">
|
||||
/// One of the <see cref="ByteOrder"/> enum values, to test.
|
||||
/// One of the <see cref="ByteOrder"/> enum values to test.
|
||||
/// </param>
|
||||
public static bool IsHostOrder (this ByteOrder order)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user