From 9f467430d7a31b827a8a6fa1fd0a8a3d8fbdd1d3 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:20:06 -0700 Subject: [PATCH] Remove empty example intro --- .../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. ]]>