Skip to content

Commit 4aae924

Browse files
JanAngelovicmairaw
authored andcommitted
Update XElement.xml (#3733)
1 parent 542718b commit 4aae924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Xml.Linq/XElement.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,8 +1679,8 @@ xmlns:aw="http://www.adventure-works.com"
16791679
</Parameters>
16801680
<Docs>
16811681
<param name="name">The <see cref="T:System.Xml.Linq.XName" /> to match.</param>
1682-
<summary>Returns a filtered collection of attributes of this element. Only elements that have a matching <see cref="T:System.Xml.Linq.XName" /> are included in the collection.</summary>
1683-
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> of <see cref="T:System.Xml.Linq.XAttribute" /> that contains the attributes of this element. Only elements that have a matching <see cref="T:System.Xml.Linq.XName" /> are included in the collection.</returns>
1682+
<summary>Returns a filtered collection of attributes of this element. Only attributes that have a matching <see cref="T:System.Xml.Linq.XName" /> are included in the collection.</summary>
1683+
<returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> of <see cref="T:System.Xml.Linq.XAttribute" /> that contains the attributes of this element. Only attributes that have a matching <see cref="T:System.Xml.Linq.XName" /> are included in the collection.</returns>
16841684
<remarks>
16851685
<format type="text/markdown"><![CDATA[
16861686

0 commit comments

Comments
 (0)