|
127 | 127 | <Docs>
|
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 |
| - <value> |
131 |
| - <para>The value associated with the specified alternate key. If the specified alternate key is not found, a get operation throws</para> |
132 |
| - <para>a <see cref="T:System.Collections.Generic.KeyNotFoundException" />, and a set operation creates a new element with the specified key.</para> |
133 |
| - </value> |
| 130 | + <value>The value associated with the specified alternate key. If the specified alternate key is not found, a get operation throws</para> |
| 131 | + <para>a <see cref="T:System.Collections.Generic.KeyNotFoundException" />, and a set operation creates a new element with the specified key.</value> |
134 | 132 | <remarks>To be added.</remarks>
|
135 | 133 | <exception cref="T:System.ArgumentNullException">
|
136 | 134 | <paramref name="key" /> is <see langword="null" />.</exception>
|
|
197 | 195 | </Parameters>
|
198 | 196 | <Docs>
|
199 | 197 | <param name="key">The alternate key of the value to get.</param>
|
200 |
| - <param name="value"> |
201 |
| - <para>When this method returns, contains the value associated with the specified key, if the key is found;</para> |
202 |
| - <para>otherwise, the default value for the type of the value parameter.</para> |
203 |
| - </param> |
| 198 | + <param name="value">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.</param> |
204 | 199 | <summary>Gets the value associated with the specified alternate key.</summary>
|
205 | 200 | <returns>
|
206 | 201 | <see langword="true" /> if an entry was found; otherwise, <see langword="false" />.</returns>
|
|
246 | 241 | </Parameters>
|
247 | 242 | <Docs>
|
248 | 243 | <param name="key">The alternate key of the value to get.</param>
|
249 |
| - <param name="actualKey"> |
250 |
| - <para>When this method returns, contains the actual key associated with the alternate key, if the key is found;</para> |
251 |
| - <para>otherwise, the default value for the type of the key parameter.</para> |
252 |
| - </param> |
253 |
| - <param name="value"> |
254 |
| - <para>When this method returns, contains the value associated with the specified key, if the key is found;</para> |
255 |
| - <para>otherwise, the default value for the type of the value parameter.</para> |
256 |
| - </param> |
| 244 | + <param name="actualKey">When this method returns, contains the actual key associated with the alternate key, if the key is found;</para> |
| 245 | + <para>otherwise, the default value for the type of the key parameter.</param> |
| 246 | + <param name="value">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.</param> |
257 | 247 | <summary>Gets the value associated with the specified alternate key.</summary>
|
258 | 248 | <returns>
|
259 | 249 | <see langword="true" /> if an entry was found; otherwise, <see langword="false" />.</returns>
|
|
292 | 282 | <Docs>
|
293 | 283 | <param name="key">The alternate key of the element to remove.</param>
|
294 | 284 | <param name="value">The removed element.</param>
|
295 |
| - <summary> |
296 |
| - <para>Removes the value with the specified alternate key from the <see cref="T:System.Collections.Generic.Dictionary`2" />,</para> |
297 |
| - <para>and copies the element to the value parameter.</para> |
298 |
| - </summary> |
| 285 | + <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> |
299 | 286 | <returns>
|
300 | 287 | <see langword="true" /> if the element is successfully found and removed; otherwise, <see langword="false" />.</returns>
|
301 | 288 | <remarks>To be added.</remarks>
|
|
342 | 329 | <param name="key">The alternate key of the element to remove.</param>
|
343 | 330 | <param name="actualKey">The removed key.</param>
|
344 | 331 | <param name="value">The removed element.</param>
|
345 |
| - <summary> |
346 |
| - <para>Removes the value with the specified alternate key from the <see cref="T:System.Collections.Generic.Dictionary`2" />,</para> |
347 |
| - <para>and copies the associated key and element to the value parameter.</para> |
348 |
| - </summary> |
| 332 | + <summary>Removes the value with the specified alternate key from the <see cref="T:System.Collections.Generic.Dictionary`2" />,</para> |
| 333 | + <para>and copies the associated key and element to the value parameter.</summary> |
349 | 334 | <returns>
|
350 | 335 | <see langword="true" /> if the element is successfully found and removed; otherwise, <see langword="false" />.</returns>
|
351 | 336 | <remarks>To be added.</remarks>
|
|
0 commit comments