[Modify] Edit it
This commit is contained in:
parent
657e80d57c
commit
4aa68d2627
@ -242,11 +242,11 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <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="T:System.Collections.Generic.IEnumerator{string}"/> instance used to iterate
|
/// An <see cref="T:System.Collections.Generic.IEnumerator{string}"/>
|
||||||
/// through the collection.
|
/// instance that can be used to iterate through the collection.
|
||||||
/// </returns>
|
/// </returns>
|
||||||
public IEnumerator<string> GetEnumerator ()
|
public IEnumerator<string> GetEnumerator ()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user