Revert "PR-5360"
[platform/core/csapi/tizenfx.git] / pkg / Tizen.NET.API11 / build / tizen11.0 / ref / System.Xml.XmlSerializer.xml
index d0cd3f2..e25c40f 100755 (executable)
@@ -47,7 +47,7 @@
       <returns>A string that can be used as a code identifier, such as the name of a method parameter.</returns>
     </member>
     <member name="T:System.Xml.Serialization.CodeIdentifiers">
-      <summary>Maintains a group of names for related code entities or type mappings that are generated by .NET's XML serialization infrastructure.</summary>
+      <summary>Maintains a group of names for related code entities or type mappings that are generated by the .NET Framework's XML serialization infrastructure.</summary>
     </member>
     <member name="M:System.Xml.Serialization.CodeIdentifiers.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.CodeIdentifiers" /> class.</summary>
         <see langword="true" /> to indicate that the instance uses camel case; <see langword="false" /> to indicate that the instance uses Pascal case.</returns>
     </member>
     <member name="T:System.Xml.Serialization.ImportContext">
-      <summary>Describes the context in which a set of schema is bound to .NET code entities.</summary>
+      <summary>Describes the context in which a set of schema is bound to .NET Framework code entities.</summary>
     </member>
     <member name="M:System.Xml.Serialization.ImportContext.#ctor(System.Xml.Serialization.CodeIdentifiers,System.Boolean)">
       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.ImportContext" /> class for the given code identifiers, with the given type-sharing option.</summary>
       <returns>A <see cref="T:System.Collections.Specialized.StringCollection" /> that contains warnings that were generated when importing the code entity descriptions.</returns>
     </member>
     <member name="T:System.Xml.Serialization.IXmlTextParser">
-      <summary>Establishes a <see cref="P:System.Xml.Serialization.IXmlTextParser.Normalized" /> property for use by the .NET infrastructure.</summary>
+      <summary>Establishes a <see cref="P:System.Xml.Serialization.IXmlTextParser.Normalized" /> property for use by the .NET Framework infrastructure.</summary>
     </member>
     <member name="P:System.Xml.Serialization.IXmlTextParser.Normalized">
       <summary>Gets or sets whether white space and attribute values are normalized.</summary>
     </member>
     <member name="P:System.Xml.Serialization.SoapAttributeAttribute.DataType">
       <summary>Gets or sets the XML Schema definition language (XSD) data type of the SOAP attribute generated by the <see cref="T:System.Xml.Serialization.XmlSerializer" />.</summary>
-      <exception cref="T:System.Exception">The XML Schema data type you have specified cannot be mapped to the .NET data type.</exception>
       <returns>An XML Schema data type.</returns>
+      <exception cref="T:System.Exception">The XML Schema data type you have specified cannot be mapped to the .NET data type.</exception>
     </member>
     <member name="P:System.Xml.Serialization.SoapAttributeAttribute.Namespace">
       <summary>Gets or sets the XML namespace of the XML attribute.</summary>
       <returns>The type of the object to include.</returns>
     </member>
     <member name="T:System.Xml.Serialization.SoapReflectionImporter">
-      <summary>Generates mappings to SOAP-encoded messages from .NET types or Web service method information.</summary>
+      <summary>Generates mappings to SOAP-encoded messages from .NET Framework types or Web service method information.</summary>
     </member>
     <member name="M:System.Xml.Serialization.SoapReflectionImporter.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.SoapReflectionImporter" /> class.</summary>
       <summary>Generates internal type mappings for information that is gathered from a Web service method.</summary>
       <param name="elementName">An XML element name produced from the Web service method.</param>
       <param name="ns">An XML element namespace produced from the Web service method.</param>
-      <param name="members">An array of .NET code entities that belong to a Web service method.</param>
-      <returns>Internal .NET type mappings to the element parts of a WSDL message definition.</returns>
+      <param name="members">An array of .NET Framework code entities that belong to a Web service method.</param>
+      <returns>Internal .NET Framework type mappings to the element parts of a WSDL message definition.</returns>
     </member>
     <member name="M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean)">
       <summary>Generates internal type mappings for information that is gathered from a Web service method.</summary>
       <param name="elementName">An XML element name produced from the Web service method.</param>
       <param name="ns">An XML element namespace produced from the Web service method.</param>
-      <param name="members">An array of .NET code entities that belong to a Web service method.</param>
+      <param name="members">An array of .NET Framework code entities that belong to a Web service method.</param>
       <param name="hasWrapperElement">
         <see langword="true" /> to indicate that elements that correspond to WSDL message parts should be enclosed in an extra wrapper element in a SOAP message; otherwise, <see langword="false" />.</param>
       <param name="writeAccessors">
         <see langword="true" /> to indicate an RPC-style Web service binding; <see langword="false" /> to indicate a document-style Web service binding or a SOAP header.</param>
-      <returns>Internal .NET type mappings to the element parts of a WSDL message definition.</returns>
+      <returns>Internal .NET Framework type mappings to the element parts of a WSDL message definition.</returns>
     </member>
     <member name="M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean)">
       <summary>Generates internal type mappings for information that is gathered from a Web service method.</summary>
       <param name="elementName">An XML element name produced from the Web service method.</param>
       <param name="ns">An XML element namespace produced from the Web service method.</param>
-      <param name="members">An array of .NET code entities that belong to a Web service method.</param>
+      <param name="members">An array of .NET Framework code entities that belong to a Web service method.</param>
       <param name="hasWrapperElement">
         <see langword="true" /> to indicate that elements that correspond to WSDL message parts should be enclosed in an extra wrapper element in a SOAP message; otherwise, <see langword="false" />.</param>
       <param name="writeAccessors">
         <see langword="true" /> to indicate an RPC-style Web service binding; <see langword="false" /> to indicate a document-style Web service binding or a SOAP header.</param>
       <param name="validate">
         <see langword="true" /> to indicate that a generated deserializer should check for the expected qualified name of the wrapper element; otherwise, <see langword="false" />. This parameter's value is relevant only if the <paramref name="hasWrapperElement" /> parameter's value is <see langword="true" />.</param>
-      <returns>Internal .NET type mappings to the element parts of a WSDL message definition.</returns>
+      <returns>Internal .NET Framework type mappings to the element parts of a WSDL message definition.</returns>
     </member>
     <member name="M:System.Xml.Serialization.SoapReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean,System.Boolean,System.Boolean,System.Xml.Serialization.XmlMappingAccess)">
       <summary>Generates internal type mappings for information that is gathered from a Web service method.</summary>
       <param name="elementName">An XML element name produced from the Web service method.</param>
       <param name="ns">An XML element namespace produced from the Web service method.</param>
-      <param name="members">An array of .NET code entities that belong to a Web service method.</param>
+      <param name="members">An array of .NET Framework code entities that belong to a Web service method.</param>
       <param name="hasWrapperElement">
         <see langword="true" /> to indicate that elements that correspond to WSDL message parts should be enclosed in an extra wrapper element in a SOAP message; otherwise, <see langword="false" />.</param>
       <param name="writeAccessors">
       <param name="validate">
         <see langword="true" /> to indicate that a generated deserializer should check for the expected qualified name of the wrapper element; otherwise, <see langword="false" />. This parameter's value is relevant only if the <paramref name="hasWrapperElement" /> parameter's value is <see langword="true" />.</param>
       <param name="access">One of the <see cref="T:System.Xml.Serialization.XmlMappingAccess" /> values.</param>
-      <returns>Internal .NET type mappings to the element parts of a WSDL message definition.</returns>
+      <returns>Internal .NET Framework type mappings to the element parts of a WSDL message definition.</returns>
     </member>
     <member name="M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type)">
-      <summary>Generates a mapping to an XML Schema element for a .NET type.</summary>
-      <param name="type">The .NET type for which to generate a type mapping.</param>
-      <returns>Internal .NET mapping of a type to an XML Schema element.</returns>
+      <summary>Generates a mapping to an XML Schema element for a .NET Framework type.</summary>
+      <param name="type">The .NET Framework type for which to generate a type mapping.</param>
+      <returns>Internal .NET Framework mapping of a type to an XML Schema element.</returns>
     </member>
     <member name="M:System.Xml.Serialization.SoapReflectionImporter.ImportTypeMapping(System.Type,System.String)">
-      <summary>Generates a mapping to an XML Schema element for a .NET type.</summary>
-      <param name="type">The .NET type for which to generate a type mapping.</param>
+      <summary>Generates a mapping to an XML Schema element for a .NET Framework type.</summary>
+      <param name="type">The .NET Framework type for which to generate a type mapping.</param>
       <param name="defaultNamespace">The default XML namespace to use.</param>
-      <returns>Internal .NET mapping of a type to an XML Schema element.</returns>
+      <returns>Internal .NET Framework mapping of a type to an XML Schema element.</returns>
     </member>
     <member name="M:System.Xml.Serialization.SoapReflectionImporter.IncludeType(System.Type)">
       <summary>Places mappings for a type in the <see cref="T:System.Xml.Serialization.SoapReflectionImporter" /> instance's context for later use when import methods are invoked.</summary>
-      <param name="type">The .NET type for which to save type mapping information.</param>
+      <param name="type">The .NET Framework type for which to save type mapping information.</param>
     </member>
     <member name="M:System.Xml.Serialization.SoapReflectionImporter.IncludeTypes(System.Reflection.ICustomAttributeProvider)">
       <summary>Places mappings for derived types in the <see cref="T:System.Xml.Serialization.SoapReflectionImporter" /> instance's context for later use when import methods are invoked.</summary>
       <param name="index">The index where the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> is inserted.</param>
       <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> to insert.</param>
     </member>
-    <member name="M:System.Xml.Serialization.XmlAnyElementAttributes.Remove(System.Xml.Serialization.XmlAnyElementAttribute)">
-      <summary>Removes the specified <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> from the collection.</summary>
-      <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> to remove.</param>
-    </member>
     <member name="P:System.Xml.Serialization.XmlAnyElementAttributes.Item(System.Int32)">
       <summary>Gets or sets the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> at the specified index.</summary>
       <param name="index">The index of the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" />.</param>
       <returns>An <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> at the specified index.</returns>
     </member>
+    <member name="M:System.Xml.Serialization.XmlAnyElementAttributes.Remove(System.Xml.Serialization.XmlAnyElementAttribute)">
+      <summary>Removes the specified <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> from the collection.</summary>
+      <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> to remove.</param>
+    </member>
     <member name="T:System.Xml.Serialization.XmlArrayAttribute">
       <summary>Specifies that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> must serialize a particular class member as an array of XML elements.</summary>
     </member>
     </member>
     <member name="P:System.Xml.Serialization.XmlArrayItemAttribute.Form">
       <summary>Gets or sets a value that indicates whether the name of the generated XML element is qualified.</summary>
-      <exception cref="T:System.Exception">The <see cref="P:System.Xml.Serialization.XmlArrayItemAttribute.Form" /> property is set to <see langword="XmlSchemaForm.Unqualified" /> and a <see cref="P:System.Xml.Serialization.XmlArrayItemAttribute.Namespace" /> value is specified.</exception>
       <returns>One of the <see cref="T:System.Xml.Schema.XmlSchemaForm" /> values. The default is <see langword="XmlSchemaForm.None" />.</returns>
+      <exception cref="T:System.Exception">The <see cref="P:System.Xml.Serialization.XmlArrayItemAttribute.Form" /> property is set to <see langword="XmlSchemaForm.Unqualified" /> and a <see cref="P:System.Xml.Serialization.XmlArrayItemAttribute.Namespace" /> value is specified.</exception>
     </member>
     <member name="P:System.Xml.Serialization.XmlArrayItemAttribute.IsNullable">
       <summary>Gets or sets a value that indicates whether the <see cref="T:System.Xml.Serialization.XmlSerializer" /> must serialize a member as an empty XML tag with the <see langword="xsi:nil" /> attribute set to <see langword="true" />.</summary>
       <param name="index">The index at which the attribute is inserted.</param>
       <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> to insert.</param>
     </member>
-    <member name="M:System.Xml.Serialization.XmlArrayItemAttributes.Remove(System.Xml.Serialization.XmlArrayItemAttribute)">
-      <summary>Removes an <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> from the collection, if it is present.</summary>
-      <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> to remove.</param>
-    </member>
     <member name="P:System.Xml.Serialization.XmlArrayItemAttributes.Item(System.Int32)">
       <summary>Gets or sets the item at the specified index.</summary>
       <param name="index">The zero-based index of the collection member to get or set.</param>
       <returns>The <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> at the specified index.</returns>
     </member>
+    <member name="M:System.Xml.Serialization.XmlArrayItemAttributes.Remove(System.Xml.Serialization.XmlArrayItemAttribute)">
+      <summary>Removes an <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> from the collection, if it is present.</summary>
+      <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> to remove.</param>
+    </member>
     <member name="T:System.Xml.Serialization.XmlAttributeEventArgs">
       <summary>Provides data for the <see cref="E:System.Xml.Serialization.XmlSerializer.UnknownAttribute" /> event.</summary>
     </member>
       <returns>The object being deserialized.</returns>
     </member>
     <member name="T:System.Xml.Serialization.XmlAttributeEventHandler">
-      <summary>Represents the method that handles the <see cref="E:System.Xml.Serialization.XmlSerializer.UnknownAttribute" />.</summary>
+      <summary>Represents the method that handles the <see cref="E:System.Xml.Serialization.XmlSerializer.UnknownAttribute" /></summary>
       <param name="sender">The source of the event.</param>
       <param name="e">An <see cref="T:System.Xml.Serialization.XmlAttributeEventArgs" /> that contains the event data.</param>
     </member>
       <param name="index">The zero-based index where the member is inserted.</param>
       <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> to insert.</param>
     </member>
-    <member name="M:System.Xml.Serialization.XmlElementAttributes.Remove(System.Xml.Serialization.XmlElementAttribute)">
-      <summary>Removes the specified object from the collection.</summary>
-      <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> to remove from the collection.</param>
-    </member>
     <member name="P:System.Xml.Serialization.XmlElementAttributes.Item(System.Int32)">
       <summary>Gets or sets the element at the specified index.</summary>
       <param name="index">The zero-based index of the element to get or set.</param>
+      <returns>The element at the specified index.</returns>
       <exception cref="T:System.ArgumentOutOfRangeException">
         <paramref name="index" /> is not a valid index in the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</exception>
       <exception cref="T:System.NotSupportedException">The property is set and the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is read-only.</exception>
-      <returns>The element at the specified index.</returns>
+    </member>
+    <member name="M:System.Xml.Serialization.XmlElementAttributes.Remove(System.Xml.Serialization.XmlElementAttribute)">
+      <summary>Removes the specified object from the collection.</summary>
+      <param name="attribute">The <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> to remove from the collection.</param>
     </member>
     <member name="T:System.Xml.Serialization.XmlElementEventArgs">
       <summary>Provides data for the <see cref="E:System.Xml.Serialization.XmlSerializer.UnknownElement" /> event.</summary>
       <returns>The <see cref="T:System.Type" /> of the object to include.</returns>
     </member>
     <member name="T:System.Xml.Serialization.XmlMapping">
-      <summary>Supports mappings between .NET types and XML Schema data types.</summary>
-    </member>
-    <member name="M:System.Xml.Serialization.XmlMapping.SetKey(System.String)">
-      <summary>Sets the key used to look up the mapping.</summary>
-      <param name="key">The lookup key.</param>
+      <summary>Supports mappings between .NET Framework types and XML Schema data types.</summary>
     </member>
     <member name="P:System.Xml.Serialization.XmlMapping.ElementName">
       <summary>Gets the name of the mapped element.</summary>
       <summary>Gets the namespace of the mapped element.</summary>
       <returns>The namespace of the mapped element.</returns>
     </member>
+    <member name="M:System.Xml.Serialization.XmlMapping.SetKey(System.String)">
+      <summary>Sets the key used to look up the mapping.</summary>
+      <param name="key">The lookup key.</param>
+    </member>
     <member name="P:System.Xml.Serialization.XmlMapping.XsdElementName">
       <summary>Gets the name of the XSD element of the mapping.</summary>
       <returns>The XSD element name.</returns>
       <summary>Write methods are generated.</summary>
     </member>
     <member name="T:System.Xml.Serialization.XmlMemberMapping">
-      <summary>Maps a code entity in a .NET Web service method to an element in a Web Services Description Language (WSDL) message.</summary>
+      <summary>Maps a code entity in a .NET Framework Web service method to an element in a Web Services Description Language (WSDL) message.</summary>
     </member>
     <member name="P:System.Xml.Serialization.XmlMemberMapping.Any">
-      <summary>Gets or sets a value that indicates whether the .NET type maps to an XML element or attribute of any type.</summary>
+      <summary>Gets or sets a value that indicates whether the .NET Framework type maps to an XML element or attribute of any type.</summary>
       <returns>
         <see langword="true" />, if the type maps to an XML any element or attribute; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="P:System.Xml.Serialization.XmlMemberMapping.CheckSpecified">
-      <summary>Gets a value that indicates whether the accompanying field in the .NET type has a value specified.</summary>
+      <summary>Gets a value that indicates whether the accompanying field in the .NET Framework type has a value specified.</summary>
       <returns>
         <see langword="true" />, if the accompanying field has a value specified; otherwise, <see langword="false" />.</returns>
     </member>
       <returns>The XML namespace that applies to this mapping.</returns>
     </member>
     <member name="P:System.Xml.Serialization.XmlMemberMapping.TypeFullName">
-      <summary>Gets the fully qualified type name of the .NET type for this mapping.</summary>
-      <returns>The fully qualified type name of the .NET type for this mapping.</returns>
+      <summary>Gets the fully qualified type name of the .NET Framework type for this mapping.</summary>
+      <returns>The fully qualified type name of the .NET Framework type for this mapping.</returns>
     </member>
     <member name="P:System.Xml.Serialization.XmlMemberMapping.TypeName">
-      <summary>Gets the type name of the .NET type for this mapping.</summary>
-      <returns>The type name of the .NET type for this mapping.</returns>
+      <summary>Gets the type name of the .NET Framework type for this mapping.</summary>
+      <returns>The type name of the .NET Framework type for this mapping.</returns>
     </member>
     <member name="P:System.Xml.Serialization.XmlMemberMapping.TypeNamespace">
-      <summary>Gets the namespace of the .NET type for this mapping.</summary>
-      <returns>The namespace of the .NET type for this mapping.</returns>
+      <summary>Gets the namespace of the .NET Framework type for this mapping.</summary>
+      <returns>The namespace of the .NET Framework type for this mapping.</returns>
     </member>
     <member name="P:System.Xml.Serialization.XmlMemberMapping.XsdElementName">
       <summary>Gets the XML element name as it appears in the service description document.</summary>
       <returns>The XML element name.</returns>
     </member>
     <member name="T:System.Xml.Serialization.XmlMembersMapping">
-      <summary>Provides mappings between .NET Web service methods and Web Services Description Language (WSDL) messages that are defined for SOAP Web services.</summary>
+      <summary>Provides mappings between .NET Framework Web service methods and Web Services Description Language (WSDL) messages that are defined for SOAP Web services.</summary>
     </member>
     <member name="P:System.Xml.Serialization.XmlMembersMapping.Count">
-      <summary>Gets the number of .NET code entities that belong to a Web service method to which a SOAP message is being mapped.</summary>
+      <summary>Gets the number of .NET Framework code entities that belong to a Web service method to which a SOAP message is being mapped.</summary>
       <returns>The number of mappings in the collection.</returns>
     </member>
     <member name="P:System.Xml.Serialization.XmlMembersMapping.Item(System.Int32)">
-      <summary>Gets an item that contains internal type mapping information for a .NET code entity that belongs to a Web service method being mapped to a SOAP message.</summary>
+      <summary>Gets an item that contains internal type mapping information for a .NET Framework code entity that belongs to a Web service method being mapped to a SOAP message.</summary>
       <param name="index">The index of the mapping to return.</param>
       <returns>The requested <see cref="T:System.Xml.Serialization.XmlMemberMapping" />.</returns>
     </member>
     <member name="P:System.Xml.Serialization.XmlMembersMapping.TypeName">
-      <summary>Gets the name of the .NET type being mapped to the data type of an XML Schema element that represents a SOAP message.</summary>
-      <returns>The name of the .NET type.</returns>
+      <summary>Gets the name of the .NET Framework type being mapped to the data type of an XML Schema element that represents a SOAP message.</summary>
+      <returns>The name of the .NET Framework type.</returns>
     </member>
     <member name="P:System.Xml.Serialization.XmlMembersMapping.TypeNamespace">
-      <summary>Gets the namespace of the .NET type being mapped to the data type of an XML Schema element that represents a SOAP message.</summary>
-      <returns>The .NET namespace of the mapping.</returns>
+      <summary>Gets the namespace of the .NET Framework type being mapped to the data type of an XML Schema element that represents a SOAP message.</summary>
+      <returns>The .NET Framework namespace of the mapping.</returns>
     </member>
     <member name="T:System.Xml.Serialization.XmlNodeEventArgs">
       <summary>Provides data for the <see cref="E:System.Xml.Serialization.XmlSerializer.UnknownNode" /> event.</summary>
       <param name="e">An <see cref="T:System.Xml.Serialization.XmlNodeEventArgs" /> that contains the event data.</param>
     </member>
     <member name="T:System.Xml.Serialization.XmlReflectionImporter">
-      <summary>Generates mappings to XML schema element declarations, including literal XML Schema Definition (XSD) message parts in a Web Services Description Language (WSDL) document, for .NET types or Web service method information.</summary>
+      <summary>Generates mappings to XML schema element declarations, including literal XML Schema Definition (XSD) message parts in a Web Services Description Language (WSDL) document, for .NET Framework types or Web service method information.</summary>
     </member>
     <member name="M:System.Xml.Serialization.XmlReflectionImporter.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlReflectionImporter" /> class.</summary>
       <returns>An <see cref="T:System.Xml.Serialization.XmlMembersMapping" /> that contains the mappings.</returns>
     </member>
     <member name="M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type)">
-      <summary>Generates a mapping to an XML Schema element for a specified .NET type.</summary>
-      <param name="type">The .NET type for which to generate a type mapping.</param>
-      <returns>Internal .NET mapping of a type to an XML Schema element.</returns>
+      <summary>Generates a mapping to an XML Schema element for a specified .NET Framework type.</summary>
+      <param name="type">The .NET Framework type for which to generate a type mapping.</param>
+      <returns>Internal .NET Framework mapping of a type to an XML Schema element.</returns>
     </member>
     <member name="M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.String)">
-      <summary>Generates a mapping to an XML Schema element for a .NET type, using the specified type and namespace.</summary>
-      <param name="type">The .NET type for which to generate a type mapping.</param>
+      <summary>Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type and namespace.</summary>
+      <param name="type">The .NET Framework type for which to generate a type mapping.</param>
       <param name="defaultNamespace">The default XML namespace to use.</param>
-      <returns>Internal .NET mapping of a type to an XML Schema element.</returns>
+      <returns>Internal .NET Framework mapping of a type to an XML Schema element.</returns>
     </member>
     <member name="M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute)">
-      <summary>Generates a mapping to an XML Schema element for a .NET type, using the specified type and attribute.</summary>
-      <param name="type">The .NET type for which to generate a type mapping.</param>
+      <summary>Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type and attribute.</summary>
+      <param name="type">The .NET Framework type for which to generate a type mapping.</param>
       <param name="root">An <see cref="T:System.Xml.Serialization.XmlRootAttribute" /> attribute that is applied to the type.</param>
-      <returns>An <see cref="T:System.Xml.Serialization.XmlTypeMapping" /> that represents a mapping of a .NET type to an XML Schema element.</returns>
+      <returns>An <see cref="T:System.Xml.Serialization.XmlTypeMapping" /> that represents a mapping of a .NET Framework type to an XML Schema element.</returns>
     </member>
     <member name="M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String)">
-      <summary>Generates a mapping to an XML Schema element for a .NET type, using the specified type, attribute, and namespace.</summary>
-      <param name="type">The .NET type for which to generate a type mapping.</param>
+      <summary>Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type, attribute, and namespace.</summary>
+      <param name="type">The .NET Framework type for which to generate a type mapping.</param>
       <param name="root">An <see cref="T:System.Xml.Serialization.XmlRootAttribute" /> attribute that is applied to the type.</param>
       <param name="defaultNamespace">The default XML namespace to use.</param>
-      <returns>An <see cref="T:System.Xml.Serialization.XmlTypeMapping" /> that contains the internal .NET mapping of a type to an XML Schema element.</returns>
+      <returns>An <see cref="T:System.Xml.Serialization.XmlTypeMapping" /> that contains the internal .NET Framework mapping of a type to an XML Schema element.</returns>
     </member>
     <member name="M:System.Xml.Serialization.XmlReflectionImporter.IncludeType(System.Type)">
       <summary>Includes mappings for a type for later use when import methods are invoked.</summary>
       <param name="provider">An instance of the <see cref="T:System.Reflection.ICustomAttributeProvider" /> class that contains custom attributes derived from the <see cref="T:System.Xml.Serialization.XmlIncludeAttribute" /> attribute.</param>
     </member>
     <member name="T:System.Xml.Serialization.XmlReflectionMember">
-      <summary>Provides mappings between code entities in .NET Web service methods and the content of Web Services Description Language (WSDL) messages that are defined for SOAP Web services.</summary>
+      <summary>Provides mappings between code entities in .NET Framework Web service methods and the content of Web Services Description Language (WSDL) messages that are defined for SOAP Web services.</summary>
     </member>
     <member name="M:System.Xml.Serialization.XmlReflectionMember.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlReflectionMember" /> class.</summary>
       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSchemaEnumerator" /> class.</summary>
       <param name="list">The <see cref="T:System.Xml.Serialization.XmlSchemas" /> object you want to iterate over.</param>
     </member>
+    <member name="P:System.Xml.Serialization.XmlSchemaEnumerator.Current">
+      <summary>Gets the current element in the collection.</summary>
+      <returns>The current <see cref="T:System.Xml.Schema.XmlSchema" /> object in the collection.</returns>
+    </member>
     <member name="M:System.Xml.Serialization.XmlSchemaEnumerator.Dispose">
       <summary>Releases all resources used by the <see cref="T:System.Xml.Serialization.XmlSchemaEnumerator" />.</summary>
     </member>
       <returns>
         <see langword="true" /> if the move is successful; otherwise, <see langword="false" />.</returns>
     </member>
-    <member name="M:System.Xml.Serialization.XmlSchemaEnumerator.System#Collections#IEnumerator#Reset">
-      <summary>Sets the enumerator to its initial position, which is before the first element in the collection of <see cref="T:System.Xml.Schema.XmlSchema" /> objects.</summary>
-    </member>
-    <member name="P:System.Xml.Serialization.XmlSchemaEnumerator.Current">
-      <summary>Gets the current element in the collection.</summary>
-      <returns>The current <see cref="T:System.Xml.Schema.XmlSchema" /> object in the collection.</returns>
-    </member>
     <member name="P:System.Xml.Serialization.XmlSchemaEnumerator.System#Collections#IEnumerator#Current">
       <summary>Gets the current element in the collection of <see cref="T:System.Xml.Schema.XmlSchema" /> objects.</summary>
       <returns>The current element in the collection of <see cref="T:System.Xml.Schema.XmlSchema" /> objects.</returns>
     </member>
+    <member name="M:System.Xml.Serialization.XmlSchemaEnumerator.System#Collections#IEnumerator#Reset">
+      <summary>Sets the enumerator to its initial position, which is before the first element in the collection of <see cref="T:System.Xml.Schema.XmlSchema" /> objects.</summary>
+    </member>
     <member name="T:System.Xml.Serialization.XmlSchemaExporter">
       <summary>Populates <see cref="T:System.Xml.Schema.XmlSchema" /> objects with XML schema element declarations that are found in type mapping objects.</summary>
     </member>
       <param name="schemas">A collection of <see cref="T:System.Xml.Schema.XmlSchema" /> objects to which element declarations obtained from type mappings are added.</param>
     </member>
     <member name="M:System.Xml.Serialization.XmlSchemaExporter.ExportAnyType(System.String)">
-      <summary>Exports an <c>&lt;any&gt;</c> element to the <see cref="T:System.Xml.Schema.XmlSchema" /> object that is identified by the specified namespace.</summary>
-      <param name="ns">The namespace of the XML schema document to which to add an <c>&lt;any&gt;</c> element.</param>
-      <returns>An arbitrary name assigned to the <c>&lt;any&gt;</c> element declaration.</returns>
+      <summary>Exports an &lt;any&gt; element to the <see cref="T:System.Xml.Schema.XmlSchema" /> object that is identified by the specified namespace.</summary>
+      <param name="ns">The namespace of the XML schema document to which to add an &lt;any&gt; element.</param>
+      <returns>An arbitrary name assigned to the &lt;any&gt; element declaration.</returns>
     </member>
     <member name="M:System.Xml.Serialization.XmlSchemaExporter.ExportAnyType(System.Xml.Serialization.XmlMembersMapping)">
       <summary>Adds an element declaration for an object or type to a SOAP message or to an <see cref="T:System.Xml.Schema.XmlSchema" /> object.</summary>
       <returns>An <see cref="T:System.Xml.XmlQualifiedName" /> that represents the qualified XML name of the exported element declaration.</returns>
     </member>
     <member name="M:System.Xml.Serialization.XmlSchemaExporter.ExportTypeMapping(System.Xml.Serialization.XmlTypeMapping)">
-      <summary>Adds an element declaration for a .NET type to the applicable <see cref="T:System.Xml.Schema.XmlSchema" /> object.</summary>
-      <param name="xmlTypeMapping">The internal mapping between a .NET type and an XML schema element.</param>
+      <summary>Adds an element declaration for a .NET Framework type to the applicable <see cref="T:System.Xml.Schema.XmlSchema" /> object.</summary>
+      <param name="xmlTypeMapping">The internal mapping between a .NET Framework type and an XML schema element.</param>
     </member>
     <member name="T:System.Xml.Serialization.XmlSchemaImporter">
-      <summary>Generates internal mappings to .NET types for XML schema element declarations, including literal XSD message parts in a WSDL document.</summary>
+      <summary>Generates internal mappings to .NET Framework types for XML schema element declarations, including literal XSD message parts in a WSDL document.</summary>
     </member>
     <member name="M:System.Xml.Serialization.XmlSchemaImporter.#ctor(System.Xml.Serialization.XmlSchemas)">
       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSchemaImporter" /> class, taking a collection of <see cref="T:System.Xml.Schema.XmlSchema" /> objects representing the XML schemas used by SOAP literal messages defined in a WSDL document.</summary>
       <param name="index">The zero-based index at which <paramref name="schema" /> should be inserted.</param>
       <param name="schema">The <see cref="T:System.Xml.Schema.XmlSchema" /> object to be inserted.</param>
     </member>
+    <member name="P:System.Xml.Serialization.XmlSchemas.IsCompiled">
+      <summary>Gets a value that indicates whether the schemas have been compiled.</summary>
+      <returns>
+        <see langword="true" />, if the schemas have been compiled; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Xml.Serialization.XmlSchemas.IsDataSet(System.Xml.Schema.XmlSchema)">
       <summary>Static method that determines whether the specified XML schema contains a custom <see langword="IsDataSet" /> attribute set to <see langword="true" />, or its equivalent.</summary>
       <param name="schema">The XML schema to check for an <see langword="IsDataSet" /> attribute with a <see langword="true" /> value.</param>
       <returns>
         <see langword="true" /> if the specified schema exists; otherwise, <see langword="false" />.</returns>
     </member>
+    <member name="P:System.Xml.Serialization.XmlSchemas.Item(System.Int32)">
+      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchema" /> object at the specified index.</summary>
+      <param name="index">The index of the item to retrieve.</param>
+      <returns>The specified <see cref="T:System.Xml.Schema.XmlSchema" />.</returns>
+    </member>
+    <member name="P:System.Xml.Serialization.XmlSchemas.Item(System.String)">
+      <summary>Gets a specified <see cref="T:System.Xml.Schema.XmlSchema" /> object that represents the XML schema associated with the specified namespace.</summary>
+      <param name="ns">The namespace of the specified object.</param>
+      <returns>The specified <see cref="T:System.Xml.Schema.XmlSchema" /> object.</returns>
+    </member>
     <member name="M:System.Xml.Serialization.XmlSchemas.OnClear">
       <summary>Performs additional custom processes when clearing the contents of the <see cref="T:System.Xml.Serialization.XmlSchemas" /> instance.</summary>
     </member>
       <summary>Returns an enumerator that iterates through the collection of XML schemas.</summary>
       <returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns>
     </member>
-    <member name="P:System.Xml.Serialization.XmlSchemas.IsCompiled">
-      <summary>Gets a value that indicates whether the schemas have been compiled.</summary>
-      <returns>
-        <see langword="true" />, if the schemas have been compiled; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Xml.Serialization.XmlSchemas.Item(System.Int32)">
-      <summary>Gets or sets the <see cref="T:System.Xml.Schema.XmlSchema" /> object at the specified index.</summary>
-      <param name="index">The index of the item to retrieve.</param>
-      <returns>The specified <see cref="T:System.Xml.Schema.XmlSchema" />.</returns>
-    </member>
-    <member name="P:System.Xml.Serialization.XmlSchemas.Item(System.String)">
-      <summary>Gets a specified <see cref="T:System.Xml.Schema.XmlSchema" /> object that represents the XML schema associated with the specified namespace.</summary>
-      <param name="ns">The namespace of the specified object.</param>
-      <returns>The specified <see cref="T:System.Xml.Schema.XmlSchema" /> object.</returns>
-    </member>
     <member name="T:System.Xml.Serialization.XmlSerializationCollectionFixupCallback">
       <summary>Delegate used by the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class for deserialization of SOAP-encoded XML data types that map to collections or enumerations.</summary>
       <param name="collection">The collection into which the collection items array is copied.</param>
       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializationReader" /> class.</summary>
     </member>
     <member name="M:System.Xml.Serialization.XmlSerializationReader.AddFixup(System.Xml.Serialization.XmlSerializationReader.CollectionFixup)">
-      <summary>Stores an object that contains a callback method that will be called, as necessary, to fill in .NET collections or enumerations that map to SOAP-encoded arrays or SOAP-encoded, multi-referenced elements.</summary>
+      <summary>Stores an object that contains a callback method that will be called, as necessary, to fill in .NET Framework collections or enumerations that map to SOAP-encoded arrays or SOAP-encoded, multi-referenced elements.</summary>
       <param name="fixup">A <see cref="T:System.Xml.Serialization.XmlSerializationCollectionFixupCallback" /> delegate and the callback method's input data.</param>
     </member>
     <member name="M:System.Xml.Serialization.XmlSerializationReader.AddFixup(System.Xml.Serialization.XmlSerializationReader.Fixup)">
       <param name="value">The string that will have its white space trimmed.</param>
       <returns>The trimmed string.</returns>
     </member>
+    <member name="T:System.Xml.Serialization.XmlSerializationReader.CollectionFixup">
+      <summary>Holds an <see cref="T:System.Xml.Serialization.XmlSerializationCollectionFixupCallback" /> delegate instance, plus the method's inputs; also supplies the method's parameters.</summary>
+    </member>
+    <member name="M:System.Xml.Serialization.XmlSerializationReader.CollectionFixup.#ctor(System.Object,System.Xml.Serialization.XmlSerializationCollectionFixupCallback,System.Object)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializationReader.CollectionFixup" /> class with parameters for a callback method.</summary>
+      <param name="collection">A collection into which the callback method copies the collection items array.</param>
+      <param name="callback">A method that instantiates the <see cref="T:System.Xml.Serialization.XmlSerializationCollectionFixupCallback" /> delegate.</param>
+      <param name="collectionItems">An array into which the callback method copies a collection.</param>
+    </member>
+    <member name="P:System.Xml.Serialization.XmlSerializationReader.CollectionFixup.Callback">
+      <summary>Gets the callback method that instantiates the <see cref="T:System.Xml.Serialization.XmlSerializationCollectionFixupCallback" /> delegate.</summary>
+      <returns>The <see cref="T:System.Xml.Serialization.XmlSerializationCollectionFixupCallback" /> delegate that points to the callback method.</returns>
+    </member>
+    <member name="P:System.Xml.Serialization.XmlSerializationReader.CollectionFixup.Collection">
+      <summary>Gets the <paramref name="object collection" /> for the callback method.</summary>
+      <returns>The collection that is used for the fixup.</returns>
+    </member>
+    <member name="P:System.Xml.Serialization.XmlSerializationReader.CollectionFixup.CollectionItems">
+      <summary>Gets the array into which the callback method copies a collection.</summary>
+      <returns>The array into which the callback method copies a collection.</returns>
+    </member>
     <member name="M:System.Xml.Serialization.XmlSerializationReader.CreateAbstractTypeException(System.String,System.String)">
       <summary>Creates an <see cref="T:System.InvalidOperationException" /> that indicates that an object being deserialized should be abstract.</summary>
       <param name="name">The name of the abstract type.</param>
       <param name="type">An <see cref="T:System.Xml.XmlQualifiedName" /> that represents the name of the unknown type.</param>
       <returns>An <see cref="T:System.InvalidOperationException" /> exception.</returns>
     </member>
+    <member name="P:System.Xml.Serialization.XmlSerializationReader.DecodeName">
+      <summary>Gets or sets a value that determines whether XML strings are translated into valid .NET Framework type names.</summary>
+      <returns>
+        <see langword="true" /> if XML strings are decoded into valid .NET Framework type names; otherwise, <see langword="false" />.</returns>
+    </member>
+    <member name="P:System.Xml.Serialization.XmlSerializationReader.Document">
+      <summary>Gets the XML document object into which the XML document is being deserialized.</summary>
+      <returns>An <see cref="T:System.Xml.XmlDocument" /> that represents the deserialized <see cref="T:System.Xml.XmlDocument" /> data.</returns>
+    </member>
     <member name="M:System.Xml.Serialization.XmlSerializationReader.EnsureArrayIndex(System.Array,System.Int32,System.Type)">
       <summary>Ensures that a given array, or a copy, is large enough to contain a specified index.</summary>
       <param name="a">The <see cref="T:System.Array" /> that is being checked.</param>
       <param name="elementType">The <see cref="T:System.Type" /> of the array's elements.</param>
       <returns>The existing <see cref="T:System.Array" />, if it is already large enough; otherwise, a new, larger array that contains the original array's elements.</returns>
     </member>
+    <member name="T:System.Xml.Serialization.XmlSerializationReader.Fixup">
+      <summary>Holds an <see cref="T:System.Xml.Serialization.XmlSerializationFixupCallback" /> delegate instance, plus the method's inputs; also serves as the parameter for the method.</summary>
+    </member>
+    <member name="M:System.Xml.Serialization.XmlSerializationReader.Fixup.#ctor(System.Object,System.Xml.Serialization.XmlSerializationFixupCallback,System.Int32)">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializationReader.Fixup" /> class.</summary>
+      <param name="o">The object that contains other objects whose values get filled in by the callback implementation.</param>
+      <param name="callback">A method that instantiates the <see cref="T:System.Xml.Serialization.XmlSerializationFixupCallback" /> delegate.</param>
+      <param name="count">The size of the string array obtained through the <see cref="P:System.Xml.Serialization.XmlSerializationReader.Fixup.Ids" /> property.</param>
+    </member>
+    <member name="M:System.Xml.Serialization.XmlSerializationReader.Fixup.#ctor(System.Object,System.Xml.Serialization.XmlSerializationFixupCallback,System.String[])">
+      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializationReader.Fixup" /> class.</summary>
+      <param name="o">The object that contains other objects whose values get filled in by the callback implementation.</param>
+      <param name="callback">A method that instantiates the <see cref="T:System.Xml.Serialization.XmlSerializationFixupCallback" /> delegate.</param>
+      <param name="ids">The string array obtained through the <see cref="P:System.Xml.Serialization.XmlSerializationReader.Fixup.Ids" /> property.</param>
+    </member>
+    <member name="P:System.Xml.Serialization.XmlSerializationReader.Fixup.Callback">
+      <summary>Gets the callback method that creates an instance of the <see cref="T:System.Xml.Serialization.XmlSerializationFixupCallback" /> delegate.</summary>
+      <returns>The callback method that creates an instance of the <see cref="T:System.Xml.Serialization.XmlSerializationFixupCallback" /> delegate.</returns>
+    </member>
+    <member name="P:System.Xml.Serialization.XmlSerializationReader.Fixup.Ids">
+      <summary>Gets or sets an array of keys for the objects that belong to the <see cref="P:System.Xml.Serialization.XmlSerializationReader.Fixup.Source" /> property whose values get filled in by the callback implementation.</summary>
+      <returns>The array of keys.</returns>
+    </member>
+    <member name="P:System.Xml.Serialization.XmlSerializationReader.Fixup.Source">
+      <summary>Gets or sets the object that contains other objects whose values get filled in by the callback implementation.</summary>
+      <returns>The source containing objects with values to fill.</returns>
+    </member>
     <member name="M:System.Xml.Serialization.XmlSerializationReader.FixupArrayRefs(System.Object)">
-      <summary>Fills in the values of a SOAP-encoded array whose data type maps to a .NET reference type.</summary>
+      <summary>Fills in the values of a SOAP-encoded array whose data type maps to a .NET Framework reference type.</summary>
       <param name="fixup">An object that contains the array whose values are filled in.</param>
     </member>
     <member name="M:System.Xml.Serialization.XmlSerializationReader.GetArrayLength(System.String,System.String)">
     <member name="M:System.Xml.Serialization.XmlSerializationReader.InitIDs">
       <summary>Stores element and attribute names in a <see cref="T:System.Xml.NameTable" /> object.</summary>
     </member>
+    <member name="P:System.Xml.Serialization.XmlSerializationReader.IsReturnValue">
+      <summary>Gets or sets a value that should be <see langword="true" /> for a SOAP 1.1 return value.</summary>
+      <returns>
+        <see langword="true" />, if the value is a return value.</returns>
+    </member>
     <member name="M:System.Xml.Serialization.XmlSerializationReader.IsXmlnsAttribute(System.String)">
       <summary>Determines whether an XML attribute name indicates an XML namespace.</summary>
       <param name="name">The name of an XML attribute.</param>
     <member name="M:System.Xml.Serialization.XmlSerializationReader.ReadEndElement">
       <summary>Makes the <see cref="T:System.Xml.XmlReader" /> read an XML end tag.</summary>
     </member>
+    <member name="P:System.Xml.Serialization.XmlSerializationReader.Reader">
+      <summary>Gets the <see cref="T:System.Xml.XmlReader" /> object that is being used by <see cref="T:System.Xml.Serialization.XmlSerializationReader" />.</summary>
+      <returns>The <see cref="T:System.Xml.XmlReader" /> that is being used by the <see cref="T:System.Xml.Serialization.XmlSerializationReader" />.</returns>
+    </member>
+    <member name="P:System.Xml.Serialization.XmlSerializationReader.ReaderCount">
+      <summary>Gets the current count of the <see cref="T:System.Xml.XmlReader" />.</summary>
+      <returns>The current count of an <see cref="T:System.Xml.XmlReader" />.</returns>
+    </member>
     <member name="M:System.Xml.Serialization.XmlSerializationReader.ReadNull">
       <summary>Instructs the <see cref="T:System.Xml.XmlReader" /> to read the current XML element if the element has a null attribute with the value true.</summary>
       <returns>
-        <see langword="true" /> if the element has a <c>null="true"</c> attribute value and has been read; otherwise, <see langword="false" />.</returns>
+        <see langword="true" /> if the element has a null="true" attribute value and has been read; otherwise, <see langword="false" />.</returns>
     </member>
     <member name="M:System.Xml.Serialization.XmlSerializationReader.ReadNullableQualifiedName">
       <summary>Instructs the <see cref="T:System.Xml.XmlReader" /> to read the fully qualified name of the element where it is currently positioned.</summary>
-      <returns>A <see cref="T:System.Xml.XmlQualifiedName" /> that represents the fully qualified name of the current XML element; otherwise, <see langword="null" /> if a <c>null="true"</c> attribute value is present.</returns>
+      <returns>A <see cref="T:System.Xml.XmlQualifiedName" /> that represents the fully qualified name of the current XML element; otherwise, <see langword="null" /> if a null="true" attribute value is present.</returns>
     </member>
     <member name="M:System.Xml.Serialization.XmlSerializationReader.ReadNullableString">
       <summary>Instructs the <see cref="T:System.Xml.XmlReader" /> to read a simple, text-only XML element that could be <see langword="null" />.</summary>
       <param name="id">A unique string that is used to identify the unreferenced object, subsequently accessible through the <see cref="P:System.Xml.Serialization.UnreferencedObjectEventArgs.UnreferencedId" /> property.</param>
       <param name="o">An object that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> is attempting to deserialize, subsequently accessible through the <see cref="P:System.Xml.Serialization.UnreferencedObjectEventArgs.UnreferencedObject" /> property.</param>
     </member>
-    <member name="P:System.Xml.Serialization.XmlSerializationReader.DecodeName">
-      <summary>Gets or sets a value that determines whether XML strings are translated into valid .NET type names.</summary>
-      <returns>
-        <see langword="true" /> if XML strings are decoded into valid .NET type names; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Xml.Serialization.XmlSerializationReader.Document">
-      <summary>Gets the XML document object into which the XML document is being deserialized.</summary>
-      <returns>An <see cref="T:System.Xml.XmlDocument" /> that represents the deserialized <see cref="T:System.Xml.XmlDocument" /> data.</returns>
-    </member>
-    <member name="P:System.Xml.Serialization.XmlSerializationReader.IsReturnValue">
-      <summary>Gets or sets a value that should be <see langword="true" /> for a SOAP 1.1 return value.</summary>
-      <returns>
-        <see langword="true" />, if the value is a return value.</returns>
-    </member>
-    <member name="P:System.Xml.Serialization.XmlSerializationReader.Reader">
-      <summary>Gets the <see cref="T:System.Xml.XmlReader" /> object that is being used by <see cref="T:System.Xml.Serialization.XmlSerializationReader" />.</summary>
-      <returns>The <see cref="T:System.Xml.XmlReader" /> that is being used by the <see cref="T:System.Xml.Serialization.XmlSerializationReader" />.</returns>
-    </member>
-    <member name="P:System.Xml.Serialization.XmlSerializationReader.ReaderCount">
-      <summary>Gets the current count of the <see cref="T:System.Xml.XmlReader" />.</summary>
-      <returns>The current count of an <see cref="T:System.Xml.XmlReader" />.</returns>
-    </member>
-    <member name="T:System.Xml.Serialization.XmlSerializationReader.CollectionFixup">
-      <summary>Holds an <see cref="T:System.Xml.Serialization.XmlSerializationCollectionFixupCallback" /> delegate instance, plus the method's inputs; also supplies the method's parameters.</summary>
-    </member>
-    <member name="M:System.Xml.Serialization.XmlSerializationReader.CollectionFixup.#ctor(System.Object,System.Xml.Serialization.XmlSerializationCollectionFixupCallback,System.Object)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializationReader.CollectionFixup" /> class with parameters for a callback method.</summary>
-      <param name="collection">A collection into which the callback method copies the collection items array.</param>
-      <param name="callback">A method that instantiates the <see cref="T:System.Xml.Serialization.XmlSerializationCollectionFixupCallback" /> delegate.</param>
-      <param name="collectionItems">An array into which the callback method copies a collection.</param>
-    </member>
-    <member name="P:System.Xml.Serialization.XmlSerializationReader.CollectionFixup.Callback">
-      <summary>Gets the callback method that instantiates the <see cref="T:System.Xml.Serialization.XmlSerializationCollectionFixupCallback" /> delegate.</summary>
-      <returns>The <see cref="T:System.Xml.Serialization.XmlSerializationCollectionFixupCallback" /> delegate that points to the callback method.</returns>
-    </member>
-    <member name="P:System.Xml.Serialization.XmlSerializationReader.CollectionFixup.Collection">
-      <summary>Gets the <paramref name="object collection" /> for the callback method.</summary>
-      <returns>The collection that is used for the fixup.</returns>
-    </member>
-    <member name="P:System.Xml.Serialization.XmlSerializationReader.CollectionFixup.CollectionItems">
-      <summary>Gets the array into which the callback method copies a collection.</summary>
-      <returns>The array into which the callback method copies a collection.</returns>
-    </member>
-    <member name="T:System.Xml.Serialization.XmlSerializationReader.Fixup">
-      <summary>Holds an <see cref="T:System.Xml.Serialization.XmlSerializationFixupCallback" /> delegate instance, plus the method's inputs; also serves as the parameter for the method.</summary>
-    </member>
-    <member name="M:System.Xml.Serialization.XmlSerializationReader.Fixup.#ctor(System.Object,System.Xml.Serialization.XmlSerializationFixupCallback,System.Int32)">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializationReader.Fixup" /> class.</summary>
-      <param name="o">The object that contains other objects whose values get filled in by the callback implementation.</param>
-      <param name="callback">A method that instantiates the <see cref="T:System.Xml.Serialization.XmlSerializationFixupCallback" /> delegate.</param>
-      <param name="count">The size of the string array obtained through the <see cref="P:System.Xml.Serialization.XmlSerializationReader.Fixup.Ids" /> property.</param>
-    </member>
-    <member name="M:System.Xml.Serialization.XmlSerializationReader.Fixup.#ctor(System.Object,System.Xml.Serialization.XmlSerializationFixupCallback,System.String[])">
-      <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializationReader.Fixup" /> class.</summary>
-      <param name="o">The object that contains other objects whose values get filled in by the callback implementation.</param>
-      <param name="callback">A method that instantiates the <see cref="T:System.Xml.Serialization.XmlSerializationFixupCallback" /> delegate.</param>
-      <param name="ids">The string array obtained through the <see cref="P:System.Xml.Serialization.XmlSerializationReader.Fixup.Ids" /> property.</param>
-    </member>
-    <member name="P:System.Xml.Serialization.XmlSerializationReader.Fixup.Callback">
-      <summary>Gets the callback method that creates an instance of the <see cref="T:System.Xml.Serialization.XmlSerializationFixupCallback" /> delegate.</summary>
-      <returns>The callback method that creates an instance of the <see cref="T:System.Xml.Serialization.XmlSerializationFixupCallback" /> delegate.</returns>
-    </member>
-    <member name="P:System.Xml.Serialization.XmlSerializationReader.Fixup.Ids">
-      <summary>Gets or sets an array of keys for the objects that belong to the <see cref="P:System.Xml.Serialization.XmlSerializationReader.Fixup.Source" /> property whose values get filled in by the callback implementation.</summary>
-      <returns>The array of keys.</returns>
-    </member>
-    <member name="P:System.Xml.Serialization.XmlSerializationReader.Fixup.Source">
-      <summary>Gets or sets the object that contains other objects whose values get filled in by the callback implementation.</summary>
-      <returns>The source containing objects with values to fill.</returns>
-    </member>
     <member name="T:System.Xml.Serialization.XmlSerializationWriteCallback">
       <summary>Delegate that is used by the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class for serialization of types from SOAP-encoded, non-root XML data.</summary>
       <param name="o">The object being serialized.</param>
       <param name="type">The type that cannot be serialized.</param>
       <returns>The newly created exception.</returns>
     </member>
+    <member name="P:System.Xml.Serialization.XmlSerializationWriter.EscapeName">
+      <summary>Gets or sets a value that indicates whether the <see cref="M:System.Xml.XmlConvert.EncodeName(System.String)" /> method is used to write valid XML.</summary>
+      <returns>
+        <see langword="true" /> if the <see cref="M:System.Xml.Serialization.XmlSerializationWriter.FromXmlQualifiedName(System.Xml.XmlQualifiedName)" /> method returns an encoded name; otherwise, <see langword="false" />.</returns>
+    </member>
     <member name="M:System.Xml.Serialization.XmlSerializationWriter.FromByteArrayBase64(System.Byte[])">
       <summary>Processes a base-64 byte array.</summary>
       <param name="value">A base-64 <see cref="T:System.Byte" /> array.</param>
       <param name="value">The enumeration value as a series of bitwise <see langword="OR" /> operations.</param>
       <param name="values">The values of the enumeration.</param>
       <param name="ids">The constants of the enumeration.</param>
-      <param name="typeName">The name of the type.</param>
+      <param name="typeName">The name of the type</param>
       <returns>A string that consists of delimited identifiers, where each item is one of the values set by the bitwise operation.</returns>
     </member>
     <member name="M:System.Xml.Serialization.XmlSerializationWriter.FromTime(System.DateTime)">
     <member name="M:System.Xml.Serialization.XmlSerializationWriter.InitCallbacks">
       <summary>Initializes an instances of the <see cref="T:System.Xml.Serialization.XmlSerializationWriteCallback" /> delegate to serialize SOAP-encoded XML data.</summary>
     </member>
+    <member name="P:System.Xml.Serialization.XmlSerializationWriter.Namespaces">
+      <summary>Gets or sets a list of XML qualified name objects that contain the namespaces and prefixes used to produce qualified names in XML documents.</summary>
+      <returns>An <see cref="T:System.Collections.ArrayList" /> that contains the namespaces and prefix pairs.</returns>
+    </member>
     <member name="M:System.Xml.Serialization.XmlSerializationWriter.ResolveDynamicAssembly(System.String)">
       <summary>Gets a dynamically generated assembly by name.</summary>
       <param name="assemblyFullName">The full name of the assembly.</param>
       <param name="isNullable">
         <see langword="true" /> to write an <see langword="xsi:nil='true'" /> attribute if the object to serialize is <see langword="null" />; otherwise, <see langword="false" />.</param>
     </member>
+    <member name="P:System.Xml.Serialization.XmlSerializationWriter.Writer">
+      <summary>Gets or sets the <see cref="T:System.Xml.XmlWriter" /> that is being used by the <see cref="T:System.Xml.Serialization.XmlSerializationWriter" />.</summary>
+      <returns>The <see cref="T:System.Xml.XmlWriter" /> used by the class instance.</returns>
+    </member>
     <member name="M:System.Xml.Serialization.XmlSerializationWriter.WriteReferencedElements">
       <summary>Serializes objects into SOAP-encoded <see langword="multiRef" /> XML elements in a SOAP message.</summary>
     </member>
       <param name="name">The local name of an XML Schema data type.</param>
       <param name="ns">The namespace of an XML Schema data type.</param>
     </member>
-    <member name="P:System.Xml.Serialization.XmlSerializationWriter.EscapeName">
-      <summary>Gets or sets a value that indicates whether the <see cref="M:System.Xml.XmlConvert.EncodeName(System.String)" /> method is used to write valid XML.</summary>
-      <returns>
-        <see langword="true" /> if the <see cref="M:System.Xml.Serialization.XmlSerializationWriter.FromXmlQualifiedName(System.Xml.XmlQualifiedName)" /> method returns an encoded name; otherwise, <see langword="false" />.</returns>
-    </member>
-    <member name="P:System.Xml.Serialization.XmlSerializationWriter.Namespaces">
-      <summary>Gets or sets a list of XML qualified name objects that contain the namespaces and prefixes used to produce qualified names in XML documents.</summary>
-      <returns>An <see cref="T:System.Collections.ArrayList" /> that contains the namespaces and prefix pairs.</returns>
-    </member>
-    <member name="P:System.Xml.Serialization.XmlSerializationWriter.Writer">
-      <summary>Gets or sets the <see cref="T:System.Xml.XmlWriter" /> that is being used by the <see cref="T:System.Xml.Serialization.XmlSerializationWriter" />.</summary>
-      <returns>The <see cref="T:System.Xml.XmlWriter" /> used by the class instance.</returns>
-    </member>
     <member name="T:System.Xml.Serialization.XmlSerializer">
       <summary>Serializes and deserializes objects into and from XML documents. The <see cref="T:System.Xml.Serialization.XmlSerializer" /> enables you to control how objects are encoded into XML.</summary>
     </member>
-    <member name="E:System.Xml.Serialization.XmlSerializer.UnknownAttribute">
-      <summary>Occurs when the <see cref="T:System.Xml.Serialization.XmlSerializer" /> encounters an XML attribute of unknown type during deserialization.</summary>
-    </member>
-    <member name="E:System.Xml.Serialization.XmlSerializer.UnknownElement">
-      <summary>Occurs when the <see cref="T:System.Xml.Serialization.XmlSerializer" /> encounters an XML element of unknown type during deserialization.</summary>
-    </member>
-    <member name="E:System.Xml.Serialization.XmlSerializer.UnknownNode">
-      <summary>Occurs when the <see cref="T:System.Xml.Serialization.XmlSerializer" /> encounters an XML node of unknown type during deserialization.</summary>
-    </member>
-    <member name="E:System.Xml.Serialization.XmlSerializer.UnreferencedObject">
-      <summary>Occurs during deserialization of a SOAP-encoded XML stream, when the <see cref="T:System.Xml.Serialization.XmlSerializer" /> encounters a recognized type that is not used or is unreferenced.</summary>
-    </member>
     <member name="M:System.Xml.Serialization.XmlSerializer.#ctor">
       <summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class.</summary>
     </member>
     </member>
     <member name="M:System.Xml.Serialization.XmlSerializer.CreateReader">
       <summary>Returns an object used to read the XML document to be serialized.</summary>
-      <exception cref="T:System.NotImplementedException">Any attempt is made to access the method when the method is not overridden in a descendant class.</exception>
       <returns>An <see cref="T:System.Xml.Serialization.XmlSerializationReader" /> used to read the XML document.</returns>
+      <exception cref="T:System.NotImplementedException">Any attempt is made to access the method when the method is not overridden in a descendant class.</exception>
     </member>
     <member name="M:System.Xml.Serialization.XmlSerializer.CreateWriter">
       <summary>When overridden in a derived class, returns a writer used to serialize the object.</summary>
-      <exception cref="T:System.NotImplementedException">Any attempt is made to access the method when the method is not overridden in a descendant class.</exception>
       <returns>An instance that implements the <see cref="T:System.Xml.Serialization.XmlSerializationWriter" /> class.</returns>
+      <exception cref="T:System.NotImplementedException">Any attempt is made to access the method when the method is not overridden in a descendant class.</exception>
     </member>
     <member name="M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream)">
       <summary>Deserializes the XML document contained by the specified <see cref="T:System.IO.Stream" />.</summary>
     <member name="M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader)">
       <summary>Deserializes the XML document contained by the specified <see cref="T:System.IO.TextReader" />.</summary>
       <param name="textReader">The <see cref="T:System.IO.TextReader" /> that contains the XML document to deserialize.</param>
-      <exception cref="T:System.InvalidOperationException">An error occurred during deserialization. The original exception is available using the <see cref="P:System.Exception.InnerException" /> property.</exception>
       <returns>The <see cref="T:System.Object" /> being deserialized.</returns>
+      <exception cref="T:System.InvalidOperationException">An error occurred during deserialization. The original exception is available using the <see cref="P:System.Exception.InnerException" /> property.</exception>
     </member>
     <member name="M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.Serialization.XmlSerializationReader)">
       <summary>Deserializes the XML document contained by the specified <see cref="T:System.Xml.Serialization.XmlSerializationReader" />.</summary>
       <param name="reader">The <see cref="T:System.Xml.Serialization.XmlSerializationReader" /> that contains the XML document to deserialize.</param>
-      <exception cref="T:System.NotImplementedException">Any attempt is made to access the method when the method is not overridden in a descendant class.</exception>
       <returns>The deserialized object.</returns>
+      <exception cref="T:System.NotImplementedException">Any attempt is made to access the method when the method is not overridden in a descendant class.</exception>
     </member>
     <member name="M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader)">
       <summary>Deserializes the XML document contained by the specified <see cref="T:System.Xml.XmlReader" />.</summary>
       <param name="xmlReader">The <see cref="T:System.Xml.XmlReader" /> that contains the XML document to deserialize.</param>
-      <exception cref="T:System.InvalidOperationException">An error occurred during deserialization. The original exception is available using the <see cref="P:System.Exception.InnerException" /> property.</exception>
       <returns>The <see cref="T:System.Object" /> being deserialized.</returns>
+      <exception cref="T:System.InvalidOperationException">An error occurred during deserialization. The original exception is available using the <see cref="P:System.Exception.InnerException" /> property.</exception>
     </member>
     <member name="M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String)">
       <summary>Deserializes the XML document contained by the specified <see cref="T:System.Xml.XmlReader" /> and encoding style.</summary>
       <param name="xmlReader">The <see cref="T:System.Xml.XmlReader" /> that contains the XML document to deserialize.</param>
       <param name="encodingStyle">The encoding style of the serialized XML.</param>
-      <exception cref="T:System.InvalidOperationException">An error occurred during deserialization. The original exception is available using the <see cref="P:System.Exception.InnerException" /> property.</exception>
       <returns>The deserialized object.</returns>
+      <exception cref="T:System.InvalidOperationException">An error occurred during deserialization. The original exception is available using the <see cref="P:System.Exception.InnerException" /> property.</exception>
     </member>
     <member name="M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader,System.String,System.Xml.Serialization.XmlDeserializationEvents)">
       <summary>Deserializes the object using the data contained by the specified <see cref="T:System.Xml.XmlReader" />.</summary>
       <param name="encodingStyle">The encoding used in the document.</param>
       <param name="id">For SOAP encoded messages, the base used to generate id attributes.</param>
     </member>
+    <member name="E:System.Xml.Serialization.XmlSerializer.UnknownAttribute">
+      <summary>Occurs when the <see cref="T:System.Xml.Serialization.XmlSerializer" /> encounters an XML attribute of unknown type during deserialization.</summary>
+    </member>
+    <member name="E:System.Xml.Serialization.XmlSerializer.UnknownElement">
+      <summary>Occurs when the <see cref="T:System.Xml.Serialization.XmlSerializer" /> encounters an XML element of unknown type during deserialization.</summary>
+    </member>
+    <member name="E:System.Xml.Serialization.XmlSerializer.UnknownNode">
+      <summary>Occurs when the <see cref="T:System.Xml.Serialization.XmlSerializer" /> encounters an XML node of unknown type during deserialization.</summary>
+    </member>
+    <member name="E:System.Xml.Serialization.XmlSerializer.UnreferencedObject">
+      <summary>Occurs during deserialization of a SOAP-encoded XML stream, when the <see cref="T:System.Xml.Serialization.XmlSerializer" /> encounters a recognized type that is not used or is unreferenced.</summary>
+    </member>
     <member name="T:System.Xml.Serialization.XmlSerializerAssemblyAttribute">
       <summary>Applied to a Web service client proxy, enables you to specify an assembly that contains custom-made serializers.</summary>
     </member>