[Modify] Edit it
This commit is contained in:
parent
82d27b0fc1
commit
079c09ccb6
@ -1964,18 +1964,14 @@ namespace WebSocketSharp
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Converts the specified array of <see cref="byte"/> to the specified
|
/// Converts the specified array of <see cref="byte"/> to the specified
|
||||||
/// type data.
|
/// 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>
|
||||||
/// A default value of T if <paramref name="source"/> is an empty array of
|
/// The default value of T if it could not be converted.
|
||||||
/// <see cref="byte"/> or if the type of T is not <see cref="bool"/>,
|
|
||||||
/// <see cref="char"/>, <see cref="double"/>, <see cref="float"/>,
|
|
||||||
/// <see cref="int"/>, <see cref="long"/>, <see cref="short"/>,
|
|
||||||
/// <see cref="uint"/>, <see cref="ulong"/>, or <see cref="ushort"/>.
|
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </returns>
|
/// </returns>
|
||||||
/// <param name="source">
|
/// <param name="source">
|
||||||
@ -1994,7 +1990,10 @@ namespace WebSocketSharp
|
|||||||
/// The type of the return.
|
/// The type of the return.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// It must be a value type.
|
/// <see cref="bool"/>, <see cref="char"/>, <see cref="double"/>,
|
||||||
|
/// <see cref="float"/>, <see cref="int"/>, <see cref="long"/>,
|
||||||
|
/// <see cref="short"/>, <see cref="uint"/>, <see cref="ulong"/>,
|
||||||
|
/// or <see cref="ushort"/>.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </typeparam>
|
/// </typeparam>
|
||||||
/// <exception cref="ArgumentNullException">
|
/// <exception cref="ArgumentNullException">
|
||||||
|
Loading…
Reference in New Issue
Block a user