XElement.DescendantsAndSelf Method (System.Xml.Linq)

Switch View :
ScriptFree
.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
Public method DescendantsAndSelf() Returns a collection of elements that contain this element, and all descendant elements of this element, in document order.
Public method 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.
Top
Remarks

This method uses deferred execution.

See Also

Reference

Other Resources