[Modify] Edit it
This commit is contained in:
parent
2a74ed88be
commit
c8b4fd6621
@ -1692,11 +1692,11 @@ namespace WebSocketSharp
|
|||||||
/// An array of T from which to retrieve a sub-array.
|
/// An array of T from which to retrieve a sub-array.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="startIndex">
|
/// <param name="startIndex">
|
||||||
/// A <see cref="long"/> that represents the zero-based index in the array
|
/// A <see cref="long"/> that specifies the zero-based index in the array
|
||||||
/// at which retrieving starts.
|
/// at which retrieving starts.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <param name="length">
|
/// <param name="length">
|
||||||
/// A <see cref="long"/> that represents the number of elements to retrieve.
|
/// A <see cref="long"/> that specifies the number of elements to retrieve.
|
||||||
/// </param>
|
/// </param>
|
||||||
/// <typeparam name="T">
|
/// <typeparam name="T">
|
||||||
/// The type of elements in the array.
|
/// The type of elements in the array.
|
||||||
|
Loading…
Reference in New Issue
Block a user