[Modify] Edit it

This commit is contained in:
sta 2020-08-20 21:50:21 +09:00
parent 1550bfd86d
commit 355f1cd0cc

View File

@ -200,17 +200,19 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Copies the contents of the collection to the specified <see cref="Array"/>. /// Copies the contents of the collection to the specified array.
/// </summary> /// </summary>
/// <param name="array"> /// <param name="array">
/// An <see cref="Array"/> that receives the URI prefix strings in the collection. /// An <see cref="Array"/> that receives the URI prefix strings in
/// the collection.
/// </param> /// </param>
/// <param name="offset"> /// <param name="offset">
/// An <see cref="int"/> that represents the zero-based index in <paramref name="array"/> /// An <see cref="int"/> that specifies the zero-based index in
/// at which copying begins. /// the array at which copying begins.
/// </param> /// </param>
/// <exception cref="ObjectDisposedException"> /// <exception cref="ObjectDisposedException">
/// The <see cref="HttpListener"/> associated with this collection is closed. /// The <see cref="HttpListener"/> instance associated with
/// this collection is closed.
/// </exception> /// </exception>
public void CopyTo (Array array, int offset) public void CopyTo (Array array, int offset)
{ {