Skip to content

Commit 09e9158

Browse files
authored
Merge pull request #9639 from MashalMohammed/get-value-summary
Update summary for ConfigurationBinder.GetValue<T>(...) to clarify default value return
2 parents 19be05a + 4fb1c15 commit 09e9158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/Microsoft.Extensions.Configuration/ConfigurationBinder.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -589,8 +589,8 @@ For more information and examples, see [Binding](/dotnet/core/extensions/configu
589589
<param name="key">The key of the configuration section's value to convert.</param>
590590
<summary>
591591
Extracts the value with the specified key and converts it to type T.
592-
</summary>
593-
<returns>The converted value.</returns>
592+
</summary>
593+
<returns>The converted value or the default.</returns>
594594
<remarks>To be added.</remarks>
595595
</Docs>
596596
</Member>

0 commit comments

Comments
 (0)