[Modify] Edit it

This commit is contained in:
sta 2020-08-24 21:28:28 +09:00
parent 793149bd44
commit bfc005466d

View File

@ -295,10 +295,11 @@ namespace WebSocketSharp.Net
#region Explicit Interface Implementations #region Explicit Interface Implementations
/// <summary> /// <summary>
/// Gets the enumerator used to iterate through the <see cref="HttpListenerPrefixCollection"/>. /// Gets the enumerator that iterates through the collection.
/// </summary> /// </summary>
/// <returns> /// <returns>
/// An <see cref="IEnumerator"/> instance used to iterate through the collection. /// An <see cref="IEnumerator"/> instance that can be used to iterate
/// through the collection.
/// </returns> /// </returns>
IEnumerator IEnumerable.GetEnumerator () IEnumerator IEnumerable.GetEnumerator ()
{ {