[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.Xml.XmlExtensions.DescendantNodesAndSelf

DescendantNodesAndSelf Method

DescendantNodesAndSelf(View<XElement>)

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.

Declaration
public static View<XNode> DescendantNodesAndSelf(this View<XElement> view)
Parameters
Type Name Description
View<XElement> view

The source view.

Returns
Type Description
View<XNode>

A view containing every element in the source view, and the descendent nodes of every element in the source view.