You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramname="name">The <seecref="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 <seecref="T:System.Xml.Linq.XName" /> are included in the collection.</summary>
1683
-
<returns>An <seecref="T:System.Collections.Generic.IEnumerable`1" /> of <seecref="T:System.Xml.Linq.XAttribute" /> that contains the attributes of this element. Only elements that have a matching <seecref="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 <seecref="T:System.Xml.Linq.XName" /> are included in the collection.</summary>
1683
+
<returns>An <seecref="T:System.Collections.Generic.IEnumerable`1" /> of <seecref="T:System.Xml.Linq.XAttribute" /> that contains the attributes of this element. Only attributes that have a matching <seecref="T:System.Xml.Linq.XName" /> are included in the collection.</returns>
0 commit comments