From 2c40dcb1d64679d4a69c699ff47a34803faaf226 Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Fri, 24 Oct 2025 10:47:03 -0700
Subject: [PATCH 1/3] Update summary for NameValueHeaderValue class (#11962)
---
xml/System.Net.Http.Headers/NameValueHeaderValue.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xml/System.Net.Http.Headers/NameValueHeaderValue.xml b/xml/System.Net.Http.Headers/NameValueHeaderValue.xml
index 919b8f8abd9..bf5fbe7acd1 100644
--- a/xml/System.Net.Http.Headers/NameValueHeaderValue.xml
+++ b/xml/System.Net.Http.Headers/NameValueHeaderValue.xml
@@ -73,7 +73,7 @@
4.2.0.0
- Initializes a new instance of the CLASS class.
+ Initializes a new instance of the class.
From 014c95edc96d6ad6f5cbd210bd4072b7fb00766a Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Fri, 24 Oct 2025 10:51:01 -0700
Subject: [PATCH 2/3] Fix example description (#11961)
---
xml/System.Reflection/ParameterInfo.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/xml/System.Reflection/ParameterInfo.xml b/xml/System.Reflection/ParameterInfo.xml
index 23f45fba806..4a67144e3a4 100644
--- a/xml/System.Reflection/ParameterInfo.xml
+++ b/xml/System.Reflection/ParameterInfo.xml
@@ -220,17 +220,17 @@
method.
-
- To get the array, first get the method or the constructor and then call .
+This method utilizes the method.
+To get the array, first get the method or the constructor and then call .
## Examples
- The following example defines a method with three parameters. It uses the property to get the attributes of the second parameter and display them at the console.
- :::code language="csharp" source="~/snippets/csharp/System.Reflection/ParameterInfo/Attributes/parameterinfo_attributes1.cs" id="Snippet1":::
- :::code language="vb" source="~/snippets/visualbasic/System.Reflection/ParameterInfo/Attributes/parameterinfo_attributes1.vb" id="Snippet1":::
+The following example defines a method with three parameters. It uses the property to get the attributes of each parameter and display them in the console.
+
+:::code language="csharp" source="~/snippets/csharp/System.Reflection/ParameterInfo/Attributes/parameterinfo_attributes1.cs" id="Snippet1":::
+:::code language="vb" source="~/snippets/visualbasic/System.Reflection/ParameterInfo/Attributes/parameterinfo_attributes1.vb" id="Snippet1":::
]]>
From 0cf8ef8985e309bc9405ec0b5c404225b15a43be Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Fri, 24 Oct 2025 10:51:23 -0700
Subject: [PATCH 3/3] Remove empty example intro (#11960)
---
.../SoapIncludeAttribute.xml | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/xml/System.Xml.Serialization/SoapIncludeAttribute.xml b/xml/System.Xml.Serialization/SoapIncludeAttribute.xml
index e3746b85edb..0ed7da3b84c 100644
--- a/xml/System.Xml.Serialization/SoapIncludeAttribute.xml
+++ b/xml/System.Xml.Serialization/SoapIncludeAttribute.xml
@@ -196,15 +196,9 @@
to a field or property that returns either an array of objects, an that contains a collection of objects, or an object that can return multiple types. Set the property for each type that you want the field or property to contain.
-
-
-
-## Examples
- The following example applies the twice to an XML Web services method. The method returns an object of type `Vehicle` (a base class). The allows the method to return instances of classes derived from the `Vehicle` class.
-
-
+## Remarks
+
+Apply multiple instances of the to a field or property that returns either an array of objects, an that contains a collection of objects, or an object that can return multiple types. Set the property for each type that you want the field or property to contain.
]]>