[Modify] Edit it

This commit is contained in:
sta 2017-04-16 17:36:25 +09:00
parent 30f51b0d0f
commit 9fed7a951d

View File

@ -451,9 +451,14 @@ namespace WebSocketSharp.Server
/// the service to add.
/// </param>
/// <param name="initializer">
/// An <c>Action&lt;TBehavior&gt;</c> delegate that invokes
/// the method used to initialize a new session instance for
/// the service or <see langword="null"/> if not needed.
/// <para>
/// An <c>Action&lt;TBehavior&gt;</c> delegate or
/// <see langword="null"/> if not needed.
/// </para>
/// <para>
/// That delegate invokes the method called when initializing
/// a new session instance for the service.
/// </para>
/// </param>
/// <typeparam name="TBehavior">
/// The type of the behavior for the service. It must inherit