[Modify] Edit it

This commit is contained in:
sta 2017-04-18 16:19:03 +09:00
parent d38849a3af
commit eb14db4628

View File

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