[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> /// <summary>
/// Converts the specified array of <see cref="byte"/> to the specified /// Converts the specified byte array to the specified type value.
/// type value.
/// </summary> /// </summary>
/// <returns> /// <returns>
/// <para> /// <para>
/// A T converted from <paramref name="source"/>. /// A T converted from <paramref name="source"/>.
/// </para> /// </para>
/// <para> /// <para>
/// The default value of T if it could not be converted. /// The default value of T if not converted.
/// </para> /// </para>
/// </returns> /// </returns>
/// <param name="source"> /// <param name="source">