[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.Xml.XmlExtensions.Nodes

Nodes Method

Nodes<T>(View<T>)

Returns a view representing the collection of child nodes of every document and element in the source view.

Declaration
public static View<XNode> Nodes<T>(this View<T> view) where T : XContainer
Parameters
Type Name Description
View<T> view

The source view.

Returns
Type Description
View<XNode>

A view containing every child node of every document and element in the source view.

Type Parameters
Name Description
T

The type of the objects in the source view, constrained to XContainer.