|
150 | 150 | <Docs> |
151 | 151 | <param name="configuration">To be added.</param> |
152 | 152 | <param name="userSecretsId">To be added.</param> |
153 | | - <summary>Adds the user secrets configuration source with specified secrets id.</summary> |
| 153 | + <summary>Adds the user secrets configuration source with specified secrets ID.</summary> |
154 | 154 | <returns /> |
155 | 155 | <remarks>To be added.</remarks> |
156 | 156 | </Docs> |
|
224 | 224 | </Parameters> |
225 | 225 | <Docs> |
226 | 226 | <param name="configuration">The <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" /> to enumerate.</param> |
227 | | - <summary>Get the enumeration of key value pairs within the <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" />.</summary> |
228 | | - <returns>An enumeration of key value pairs.</returns> |
| 227 | + <summary>Get the enumeration of key-value pairs within the <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" />.</summary> |
| 228 | + <returns>An enumeration of key-value pairs.</returns> |
229 | 229 | <remarks>To be added.</remarks> |
230 | 230 | </Docs> |
231 | 231 | </Member> |
|
268 | 268 | </Parameters> |
269 | 269 | <Docs> |
270 | 270 | <param name="configuration">The <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" /> to enumerate.</param> |
271 | | - <param name="makePathsRelative">If true, the child keys returned will have the current configuration's Path trimmed from the front.</param> |
272 | | - <summary>Get the enumeration of key value pairs within the <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" />.</summary> |
273 | | - <returns>An enumeration of key value pairs.</returns> |
| 271 | + <param name="makePathsRelative"> |
| 272 | + <see langword="true" /> to trim the the current configuration's Path from the child keys returned; otherwise, <see langword="false" />.</param> |
| 273 | + <summary>Gets the enumeration of key-value pairs within the <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" />.</summary> |
| 274 | + <returns>An enumeration of key-value pairs.</returns> |
274 | 275 | <remarks>To be added.</remarks> |
275 | 276 | </Docs> |
276 | 277 | </Member> |
|
336 | 337 | <Docs> |
337 | 338 | <param name="configuration">The configuration.</param> |
338 | 339 | <param name="name">The connection string key.</param> |
339 | | - <summary>Shorthand for GetSection("ConnectionStrings")[name].</summary> |
340 | | - <returns>The connection string.</returns> |
| 340 | + <summary>Retrieves the value with the specified key from the <code>ConnectionStrings</code> section of the configuration source. Calling this method is shorthand for <code>GetSection("ConnectionStrings")[name]</code>.</summary> |
| 341 | + <returns>The connection string with the specified key.</returns> |
341 | 342 | <remarks>To be added.</remarks> |
342 | 343 | </Docs> |
343 | 344 | </Member> |
|
363 | 364 | <Docs> |
364 | 365 | <param name="configuration">The configuration to enumerate.</param> |
365 | 366 | <param name="key">The key of the configuration section.</param> |
366 | | - <summary>Gets a configuration sub-section with the specified key.</summary> |
367 | | - <returns>The <see cref="T:Microsoft.Extensions.Configuration.IConfigurationSection" />.</returns> |
| 367 | + <summary>Gets the configuration subsection that has the specified key.</summary> |
| 368 | + <returns>The configuration subsection that has the specified key.</returns> |
368 | 369 | <remarks> |
369 | 370 | <format type="text/markdown"><![CDATA[ |
370 | 371 |
|
371 | 372 | ## Remarks |
372 | 373 |
|
373 | | -If no matching sub-section is found with the specified key, an exception is raised. |
| 374 | +If no matching subsection is found with the specified key, an exception is raised. |
374 | 375 |
|
375 | 376 | ]]></format> |
376 | 377 | </remarks> |
|
0 commit comments