|
128 | 128 | <param name="key">The alternate key of the value to get or set.</param>
|
129 | 129 | <summary>Gets or sets the value associated with the specified alternate key.</summary>
|
130 | 130 | <value>
|
131 |
| - The value associated with the specified alternate key. If the specified alternate key is not found, a get operation throws a <see cref="T:System.Collections.Generic.KeyNotFoundException" />, and a set operation creates a new element with the specified key. |
| 131 | + The value associated with the specified alternate key. If the specified alternate key is not found, a get operation throws a <see cref="T:System.Collections.Generic.KeyNotFoundException" />, and a set operation creates a new element with the specified key. |
132 | 132 | </value>
|
133 | 133 | <remarks>To be added.</remarks>
|
134 | 134 | <exception cref="T:System.ArgumentNullException">
|
|
243 | 243 | <Docs>
|
244 | 244 | <param name="key">The alternate key of the value to get.</param>
|
245 | 245 | <param name="actualKey">
|
246 |
| - When this method returns, contains the actual key associated with the alternate key, if the key is found; |
247 |
| - otherwise, the default value for the type of the key parameter. |
| 246 | + When this method returns, contains the actual key associated with the alternate key, if the key is found; |
| 247 | + otherwise, the default value for the type of the key parameter. |
248 | 248 | </param>
|
249 | 249 | <param name="value">
|
250 |
| - When this method returns, contains the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. |
| 250 | + When this method returns, contains the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. |
251 | 251 | </param>
|
252 | 252 | <summary>Gets the value associated with the specified alternate key.</summary>
|
253 | 253 | <returns>
|
|
287 | 287 | <Docs>
|
288 | 288 | <param name="key">The alternate key of the element to remove.</param>
|
289 | 289 | <param name="value">The removed element.</param>
|
290 |
| - <summary>Removes the value with the specified alternate key from the <see cref="T:System.Collections.Generic.Dictionary`2" />, and copies the element to the value parameter.</summary> |
| 290 | + <summary> |
| 291 | + Removes the value with the specified alternate key from the |
| 292 | + <see cref="T:System.Collections.Generic.Dictionary`2" />, |
| 293 | + and copies the element to the value parameter. |
| 294 | + </summary> |
291 | 295 | <returns>
|
292 | 296 | <see langword="true" /> if the element is successfully found and removed; otherwise, <see langword="false" />.</returns>
|
293 | 297 | <remarks>To be added.</remarks>
|
|
335 | 339 | <param name="actualKey">The removed key.</param>
|
336 | 340 | <param name="value">The removed element.</param>
|
337 | 341 | <summary>
|
338 |
| - Removes the value with the specified alternate key from the <see cref="T:System.Collections.Generic.Dictionary`2" />, |
339 |
| - and copies the associated key and element to the value parameter. |
| 342 | + Removes the value with the specified alternate key from the <see cref="T:System.Collections.Generic.Dictionary`2" />, |
| 343 | + and copies the associated key and element to the value parameter. |
340 | 344 | </summary>
|
341 | 345 | <returns>
|
342 | 346 | <see langword="true" /> if the element is successfully found and removed; otherwise, <see langword="false" />.</returns>
|
|
0 commit comments