[]
Returns a view representing the collection of nodes that contains every element in the source view, and the descendent nodes of every element in the source view.
public static View<XNode> DescendantNodesAndSelf(this View<XElement> view)
| Type | Name | Description |
|---|---|---|
| View<XElement> | view | The source view. |
| Type | Description |
|---|---|
| View<XNode> | A view containing every element in the source view, and the descendent nodes of every element in the source view. |