File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Microsoft.Toolkit.HighPerformance/Enumerables Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ public int Length
136
136
/// <summary>
137
137
/// Gets the element at the specified zero-based index.
138
138
/// </summary>
139
+ /// <param name="index">The zero-based index of the element.</param>
139
140
/// <returns>A reference to the element at the specified index.</returns>
140
141
/// <exception cref="IndexOutOfRangeException">
141
142
/// Thrown when <paramref name="index"/> is invalid.
@@ -166,6 +167,7 @@ public ref readonly T this[int index]
166
167
/// <summary>
167
168
/// Gets the element at the specified zero-based index.
168
169
/// </summary>
170
+ /// <param name="index">The zero-based index of the element.</param>
169
171
/// <returns>A reference to the element at the specified index.</returns>
170
172
/// <exception cref="IndexOutOfRangeException">
171
173
/// Thrown when <paramref name="index"/> is invalid.
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ public int Length
119
119
/// <summary>
120
120
/// Gets the element at the specified zero-based index.
121
121
/// </summary>
122
+ /// <param name="index">The zero-based index of the element.</param>
122
123
/// <returns>A reference to the element at the specified index.</returns>
123
124
/// <exception cref="IndexOutOfRangeException">
124
125
/// Thrown when <paramref name="index"/> is invalid.
@@ -149,6 +150,7 @@ public ref T this[int index]
149
150
/// <summary>
150
151
/// Gets the element at the specified zero-based index.
151
152
/// </summary>
153
+ /// <param name="index">The zero-based index of the element.</param>
152
154
/// <returns>A reference to the element at the specified index.</returns>
153
155
/// <exception cref="IndexOutOfRangeException">
154
156
/// Thrown when <paramref name="index"/> is invalid.
You can’t perform that action at this time.
0 commit comments