The element type of the sequence.
The element type of the sequence.
The array of items to wrap.
Returns an iterator over the items in this sequence.
Returns the attributes of every element in this sequence.
A sequence of attributes.
Returns the attributes of every element in this sequence, filtered by name.
Name filter.
Removes all items in this sequence from their parents.
A LINQ-style sequence wrapper for arrays of XML objects.
Remarks
Wraps an array of XNode or XAttribute items and provides chainable query methods (ancestors, descendants, elements, etc.) that mirror the .NET LINQ to XML extension methods.
Example