0 out of 2 rated this helpful - Rate this topic

XContainer.Descendants Method

Returns a collection of the descendant elements for this document or 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 Descendants() Returns a collection of the descendant elements for this document or element, in document order.
Public method Descendants(XName) Returns a filtered collection of the descendant elements for this document or 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.