[Modify] Edit it

This commit is contained in:
sta 2020-04-25 22:23:10 +09:00
parent 15aa9caf60
commit 8af5e31872

View File

@ -1713,14 +1713,15 @@ namespace WebSocketSharp.Net
#region Explicit Interface Implementations #region Explicit Interface Implementations
/// <summary> /// <summary>
/// Populates the specified <see cref="SerializationInfo"/> with the data needed to serialize /// Populates a <see cref="SerializationInfo"/> instance with the data
/// the current <see cref="WebHeaderCollection"/>. /// needed to serialize this instance.
/// </summary> /// </summary>
/// <param name="serializationInfo"> /// <param name="serializationInfo">
/// A <see cref="SerializationInfo"/> that holds the serialized object data. /// A <see cref="SerializationInfo"/> to populate with the data.
/// </param> /// </param>
/// <param name="streamingContext"> /// <param name="streamingContext">
/// A <see cref="StreamingContext"/> that specifies the destination for the serialization. /// A <see cref="StreamingContext"/> that specifies the destination for
/// the serialization.
/// </param> /// </param>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <paramref name="serializationInfo"/> is <see langword="null"/>. /// <paramref name="serializationInfo"/> is <see langword="null"/>.