[Modify] Edit it
This commit is contained in:
parent
63653a844d
commit
df1f7adbfe
@ -136,18 +136,17 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the <see cref="Cookie"/> at the specified <paramref name="index"/> from
|
/// Gets the cookie at the specified index from the collection.
|
||||||
/// the collection.
|
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="Cookie"/> at the specified <paramref name="index"/> in the collection.
|
/// A <see cref="Cookie"/> at the specified index in the collection.
|
||||||
/// </value>
|
/// </value>
|
||||||
/// <param name="index">
|
/// <param name="index">
|
||||||
/// An <see cref="int"/> that represents the zero-based index of the <see cref="Cookie"/>
|
/// An <see cref="int"/> that specifies the zero-based index of the cookie
|
||||||
/// to find.
|
/// to find.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <exception cref="ArgumentOutOfRangeException">
|
/// <exception cref="ArgumentOutOfRangeException">
|
||||||
/// <paramref name="index"/> is out of allowable range of indexes for the collection.
|
/// <paramref name="index"/> is out of allowable range for the collection.
|
||||||
/// </exception>
|
/// </exception>
|
||||||
public Cookie this[int index] {
|
public Cookie this[int index] {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user