[Modify] Edit it

This commit is contained in:
sta 2019-10-02 19:41:11 +09:00
parent cfe8413037
commit d4a45b6ef0

View File

@ -1963,15 +1963,14 @@ namespace WebSocketSharp
}
/// <summary>
/// Converts the specified array of <see cref="byte"/> to the specified
/// type value.
/// Converts the specified byte array to the specified type value.
/// </summary>
/// <returns>
/// <para>
/// A T converted from <paramref name="source"/>.
/// </para>
/// <para>
/// The default value of T if it could not be converted.
/// The default value of T if not converted.
/// </para>
/// </returns>
/// <param name="source">