[]
Returns a view representing the collection of child nodes of every document and element in the source view.
public static View<XNode> Nodes<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 child 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. |