Skip to content

Commit aebd101

Browse files
authored
update parameters (#7500)
1 parent 54450bb commit aebd101

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

xml/Microsoft.Extensions.Caching.Memory/IMemoryCache.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
</Parameters>
122122
<Docs>
123123
<param name="key">An object identifying the requested entry.</param>
124-
<param name="value">The located value or null.</param>
124+
<param name="value">When this method returns, contains the located value or null.</param>
125125
<summary>Gets the item associated with this key if present.</summary>
126126
<returns>
127127
<see langword="true" /> if the key was found.</returns>

xml/Microsoft.Extensions.Configuration/ChainedConfigurationProvider.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
</Parameters>
248248
<Docs>
249249
<param name="key">The key.</param>
250-
<param name="value">The value.</param>
250+
<param name="value">When this method returns, contains the value.</param>
251251
<summary>Tries to get a configuration value for the specified key.</summary>
252252
<returns>
253253
<see langword="true" /> if a value for the specified key was found; otherwise, <see langword="false" />.</returns>

xml/Microsoft.Extensions.Configuration/ConfigurationProvider.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,10 @@
310310
</Parameters>
311311
<Docs>
312312
<param name="key">The key to lookup.</param>
313-
<param name="value">The value found at key if one is found.</param>
314-
<summary>Attempts to find a value with the given key, returns true if one is found, false otherwise.</summary>
313+
<param name="value">When this method returns, contains the value found at <paramref name="key" />, if one is found.</param>
314+
<summary>Attempts to find a value with the specified key.</summary>
315315
<returns>
316-
<see langword="true" /> if key has a value, false otherwise.</returns>
316+
<see langword="true" /> if key has a value, <see langword="false" /> otherwise.</returns>
317317
<remarks>To be added.</remarks>
318318
</Docs>
319319
</Member>

xml/Microsoft.Extensions.Configuration/IConfigurationProvider.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
</Parameters>
183183
<Docs>
184184
<param name="key">The key.</param>
185-
<param name="value">The value.</param>
185+
<param name="value">When this method returns, contains the value.</param>
186186
<summary>Tries to get a configuration value for the specified key.</summary>
187187
<returns>
188188
<see langword="true" /> if a value for the specified key was found; otherwise, <see langword="false" />.</returns>

0 commit comments

Comments
 (0)