[Modify] Edit it
This commit is contained in:
parent
cfe8413037
commit
d4a45b6ef0
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user