[Modify] Edit it

This commit is contained in:
sta 2021-06-07 21:22:45 +09:00
parent 259ea1f5ce
commit 15e2d7bbf7

View File

@ -119,7 +119,12 @@ namespace WebSocketSharp.Net
/// Gets the error code that identifies the error that occurred. /// Gets the error code that identifies the error that occurred.
/// </summary> /// </summary>
/// <value> /// <value>
/// An <see cref="int"/> that represents the error code. /// <para>
/// An <see cref="int"/> that represents the error code.
/// </para>
/// <para>
/// It is any of Win32 error codes.
/// </para>
/// </value> /// </value>
public override int ErrorCode { public override int ErrorCode {
get { get {