[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
/// <summary>
/// Populates the specified <see cref="SerializationInfo"/> with the data needed to serialize
/// the current <see cref="WebHeaderCollection"/>.
/// Populates a <see cref="SerializationInfo"/> instance with the data
/// needed to serialize this instance.
/// </summary>
/// <param name="serializationInfo">
/// A <see cref="SerializationInfo"/> that holds the serialized object data.
/// A <see cref="SerializationInfo"/> to populate with the data.
/// </param>
/// <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>
/// <exception cref="ArgumentNullException">
/// <paramref name="serializationInfo"/> is <see langword="null"/>.