[Modify] Edit it

This commit is contained in:
sta 2020-07-03 21:21:09 +09:00
parent 9a584f4b80
commit 9804f89ad0

View File

@ -1605,11 +1605,12 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Implements the <see cref="ISerializable"/> interface and raises the deserialization event /// Implements the <see cref="ISerializable"/> interface and raises
/// when the deserialization is complete. /// the deserialization event when the deserialization is complete.
/// </summary> /// </summary>
/// <param name="sender"> /// <param name="sender">
/// An <see cref="object"/> that represents the source of the deserialization event. /// An <see cref="object"/> instance that represents the source of
/// the deserialization event.
/// </param> /// </param>
public override void OnDeserialization (object sender) public override void OnDeserialization (object sender)
{ {