Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Descendants « XML LINQ « C# / C Sharp
C# / C Sharp
XML LINQ
Descendants
1.
Has elements and has attributes
2.
Get parent element
3.
Traversing Down from an XElement Object via the Descendants Method
4.
Calling the First Descendants Prototype
5.
Calling the Second Descendants Prototype
6.
XElement.DescendantNodesAndSelf: this element, and all descendant nodes
7.
XElement.DescendantsAndSelf returns this element and all descendant elements
8.
XElement.DescendantsAndSelf returns this element, and all descendant elements of this element