Extensions.Attributes Method
.NET Framework 4.5
Returns a collection of the attributes of every element in the source collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Attributes(IEnumerable<XElement>) | Returns a collection of the attributes of every element in the source collection. |
|
Attributes(IEnumerable<XElement>, XName) | Returns a filtered collection of the attributes of every element in the source collection. Only elements that have a matching XName are included in the collection. |