[Modify] Edit it

This commit is contained in:
sta 2017-02-24 16:51:19 +09:00
parent 7db40445d8
commit 5929b057bf

View File

@ -144,10 +144,10 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Gets the <see cref="System.Type"/> of the behavior of the service. /// Gets the <see cref="Type"/> of the behavior of the service.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="System.Type"/> that represents the type of the behavior of /// A <see cref="Type"/> that represents the type of the behavior of
/// the service. /// the service.
/// </value> /// </value>
public abstract Type BehaviorType { get; } public abstract Type BehaviorType { get; }