Skip to content

Commit 5677b52

Browse files
authored
added description for the alternative params (#1974)
1 parent 0c3c330 commit 5677b52

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

xml/System.Configuration/Configuration.xml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
</Parameters>
334334
<Docs>
335335
<param name="sectionName">The path to the section to be returned.</param>
336-
<param name="path">To be added.</param>
336+
<param name="path">The path to the section to be returned.</param>
337337
<summary>Returns the specified <see cref="T:System.Configuration.ConfigurationSection" /> object.</summary>
338338
<returns>The specified <see cref="T:System.Configuration.ConfigurationSection" /> object.</returns>
339339
<remarks>
@@ -388,7 +388,7 @@
388388
</Parameters>
389389
<Docs>
390390
<param name="sectionGroupName">The path name of the <see cref="T:System.Configuration.ConfigurationSectionGroup" /> to return.</param>
391-
<param name="path">To be added.</param>
391+
<param name="path">The path name of the <see cref="T:System.Configuration.ConfigurationSectionGroup" /> to return.</param>
392392
<summary>Gets the specified <see cref="T:System.Configuration.ConfigurationSectionGroup" /> object.</summary>
393393
<returns>The <see cref="T:System.Configuration.ConfigurationSectionGroup" /> specified.</returns>
394394
<remarks>
@@ -634,7 +634,7 @@
634634
</Parameters>
635635
<Docs>
636636
<param name="saveMode">A <see cref="T:System.Configuration.ConfigurationSaveMode" /> value that determines which property values to save.</param>
637-
<param name="mode">To be added.</param>
637+
<param name="mode">A <see cref="T:System.Configuration.ConfigurationSaveMode" /> value that determines which property values to save.</param>
638638
<summary>Writes the configuration settings contained within this <see cref="T:System.Configuration.Configuration" /> object to the current XML configuration file.</summary>
639639
<remarks>
640640
<format type="text/markdown"><![CDATA[
@@ -702,10 +702,11 @@
702702
</Parameters>
703703
<Docs>
704704
<param name="saveMode">A <see cref="T:System.Configuration.ConfigurationSaveMode" /> value that determines which property values to save.</param>
705-
<param name="mode">To be added.</param>
705+
<param name="mode">A <see cref="T:System.Configuration.ConfigurationSaveMode" /> value that determines which property values to save.</param>
706706
<param name="forceSaveAll">
707707
<see langword="true" /> to save even if the configuration was not modified; otherwise, <see langword="false" />.</param>
708-
<param name="forceUpdateAll">To be added.</param>
708+
<param name="forceUpdateAll">
709+
<see langword="true" /> to save even if the configuration was not modified; otherwise, <see langword="false" />.</param>
709710
<summary>Writes the configuration settings contained within this <see cref="T:System.Configuration.Configuration" /> object to the current XML configuration file.</summary>
710711
<remarks>
711712
<format type="text/markdown"><![CDATA[
@@ -823,7 +824,7 @@
823824
<Docs>
824825
<param name="filename">The path and file name to save the configuration file to.</param>
825826
<param name="saveMode">A <see cref="T:System.Configuration.ConfigurationSaveMode" /> value that determines which property values to save.</param>
826-
<param name="mode">To be added.</param>
827+
<param name="mode">A <see cref="T:System.Configuration.ConfigurationSaveMode" /> value that determines which property values to save.</param>
827828
<summary>Writes the configuration settings contained within this <see cref="T:System.Configuration.Configuration" /> object to the specified XML configuration file.</summary>
828829
<remarks>
829830
<format type="text/markdown"><![CDATA[
@@ -882,10 +883,11 @@
882883
<Docs>
883884
<param name="filename">The path and file name to save the configuration file to.</param>
884885
<param name="saveMode">A <see cref="T:System.Configuration.ConfigurationSaveMode" /> value that determines which property values to save.</param>
885-
<param name="mode">To be added.</param>
886+
<param name="mode">A <see cref="T:System.Configuration.ConfigurationSaveMode" /> value that determines which property values to save.</param>
886887
<param name="forceSaveAll">
887888
<see langword="true" /> to save even if the configuration was not modified; otherwise, <see langword="false" />.</param>
888-
<param name="forceUpdateAll">To be added.</param>
889+
<param name="forceUpdateAll">
890+
<see langword="true" /> to save even if the configuration was not modified; otherwise, <see langword="false" />.</param>
889891
<summary>Writes the configuration settings contained within this <see cref="T:System.Configuration.Configuration" /> object to the specified XML configuration file.</summary>
890892
<remarks>
891893
<format type="text/markdown"><![CDATA[
@@ -1070,4 +1072,4 @@
10701072
</Docs>
10711073
</Member>
10721074
</Members>
1073-
</Type>
1075+
</Type>

0 commit comments

Comments
 (0)