[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.Xml.XmlExtensions.DescendantNodes

DescendantNodes Method

DescendantNodes<T>(View<T>)

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

Declaration
public static View<XNode> DescendantNodes<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 descendent 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.