[Modify] Edit it
This commit is contained in:
parent
793149bd44
commit
bfc005466d
@ -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 ()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user