[Modify] Polish it

This commit is contained in:
sta 2020-08-27 22:09:20 +09:00
parent b4d46dedeb
commit f3a7f1259d

View File

@ -51,8 +51,7 @@ namespace WebSocketSharp.Net
/// The <see cref="HttpListener"/> instance responds to the request which has
/// a requested URI that the prefixes most closely match.
/// </remarks>
public class HttpListenerPrefixCollection
: ICollection<string>, IEnumerable<string>, IEnumerable
public class HttpListenerPrefixCollection : ICollection<string>
{
#region Private Fields