[Modify] Edit it

This commit is contained in:
sta 2019-06-13 19:26:51 +09:00
parent f7f23f9212
commit 7ca9165fae

View File

@ -1586,7 +1586,13 @@ namespace WebSocketSharp
/// </exception> /// </exception>
/// <exception cref="ArgumentOutOfRangeException"> /// <exception cref="ArgumentOutOfRangeException">
/// <para> /// <para>
/// <paramref name="startIndex"/> is out of range for the array. /// <paramref name="startIndex"/> is less than zero.
/// </para>
/// <para>
/// -or-
/// </para>
/// <para>
/// <paramref name="startIndex"/> is greater than the end of the array.
/// </para> /// </para>
/// <para> /// <para>
/// -or- /// -or-