|
|
|
@ -584,14 +584,14 @@ namespace WebSocketSharp.Net
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Copies the elements of the collection to the specified array,
|
|
|
|
/// Copies the elements of the collection to the specified array,
|
|
|
|
/// starting at the specified index of the array.
|
|
|
|
/// starting at the specified index.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="array">
|
|
|
|
/// <param name="array">
|
|
|
|
/// An array of <see cref="Cookie"/> that specifies the destination of
|
|
|
|
/// An array of <see cref="Cookie"/> that specifies the destination of
|
|
|
|
/// the elements copied from the collection.
|
|
|
|
/// the elements copied from the collection.
|
|
|
|
/// </param>
|
|
|
|
/// </param>
|
|
|
|
/// <param name="index">
|
|
|
|
/// <param name="index">
|
|
|
|
/// An <see cref="int"/> that specifies the zero-based index of
|
|
|
|
/// An <see cref="int"/> that specifies the zero-based index in
|
|
|
|
/// the array at which copying starts.
|
|
|
|
/// the array at which copying starts.
|
|
|
|
/// </param>
|
|
|
|
/// </param>
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
/// <exception cref="ArgumentNullException">
|
|
|
|
|