From f77092e5ae1c54d441c1dd056bc2c2853b87d58f Mon Sep 17 00:00:00 2001 From: Jose Perez Rodriguez Date: Thu, 9 Sep 2021 09:54:52 -0700 Subject: [PATCH] Add missing documentation for APIs in System.Configuration --- xml/System.Configuration/SettingsAttributeDictionary.xml | 6 +++--- xml/System.Configuration/SettingsContext.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xml/System.Configuration/SettingsAttributeDictionary.xml b/xml/System.Configuration/SettingsAttributeDictionary.xml index 8e5bee905c1..4aa8987bfdb 100644 --- a/xml/System.Configuration/SettingsAttributeDictionary.xml +++ b/xml/System.Configuration/SettingsAttributeDictionary.xml @@ -137,9 +137,9 @@ - To be added. - To be added. - To be added. + The containing all the data needed to deserialize the object. + The describing the source and destination of the given serialized stream. + Constructor for deserializing a instance from state file (binary serialization). To be added. diff --git a/xml/System.Configuration/SettingsContext.xml b/xml/System.Configuration/SettingsContext.xml index 2856b40eca0..5d36e23d32c 100644 --- a/xml/System.Configuration/SettingsContext.xml +++ b/xml/System.Configuration/SettingsContext.xml @@ -95,9 +95,9 @@ - To be added. - To be added. - To be added. + The containing all the data needed to deserialize the object. + The describing the source and destination of the given serialized stream. + Constructor for deserializing a instance from state file (binary serialization). To be added.