Skip to content

Commit 0cf8ef8

Browse files
authored
Remove empty example intro (#11960)
1 parent 014c95e commit 0cf8ef8

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

xml/System.Xml.Serialization/SoapIncludeAttribute.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -196,15 +196,9 @@
196196
<remarks>
197197
<format type="text/markdown"><![CDATA[
198198
199-
## Remarks
200-
Apply multiple instances of the <xref:System.Xml.Serialization.SoapIncludeAttribute> to a field or property that returns either an array of objects, an <xref:System.Collections.ArrayList> that contains a collection of objects, or an object that can return multiple types. Set the <xref:System.Xml.Serialization.SoapIncludeAttribute.Type%2A> property for each type that you want the field or property to contain.
201-
202-
203-
204-
## Examples
205-
The following example applies the <xref:System.Xml.Serialization.SoapIncludeAttribute> twice to an XML Web services method. The method returns an object of type `Vehicle` (a base class). The <xref:System.Xml.Serialization.SoapIncludeAttribute> allows the method to return instances of classes derived from the `Vehicle` class.
206-
207-
199+
## Remarks
200+
201+
Apply multiple instances of the <xref:System.Xml.Serialization.SoapIncludeAttribute> to a field or property that returns either an array of objects, an <xref:System.Collections.ArrayList> that contains a collection of objects, or an object that can return multiple types. Set the <xref:System.Xml.Serialization.SoapIncludeAttribute.Type%2A> property for each type that you want the field or property to contain.
208202
209203
]]></format>
210204
</remarks>

0 commit comments

Comments
 (0)