[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.Xml.XmlExtensions.Root

Root Method

Root(View<XDocument>)

Gets the view for the root element of the XML tree for this document.

Declaration
public static View<XElement> Root(this View<XDocument> documentView)
Parameters
Type Name Description
View<XDocument> documentView

The view representing this XML document.

Returns
Type Description
View<XElement>

A view containing a single element, the root of the XML tree.