.NET Framework Class Library
XElement.DescendantsAndSelf Method
Returns a collection of elements that contain this element, and all descendant elements of this element, in document order.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
|
DescendantsAndSelf() | Returns a collection of elements that contain this element, and all descendant elements of this element, in document order. |
|
DescendantsAndSelf(XName) | Returns a filtered collection of elements that contain this element, and all descendant elements of this element, in document order. Only elements that have a matching XName are included in the collection. |
Remarks
This method uses deferred execution.
See Also