This topic has not yet been rated - Rate this topic

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.

  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

This method uses deferred execution.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.