[]
Returns a view representing the collection of the descendent nodes of every element and document in the source view.
public static View<XNode> DescendantNodes<T>(this View<T> view) where T : XContainer
| Type | Name | Description |
|---|---|---|
| View<T> | view | The source view. |
| Type | Description |
|---|---|
| View<XNode> | A view containing every descendent node of every document and element in the source view. |
| Name | Description |
|---|---|
| T | The type of the objects in the source view, constrained to XContainer. |