[]
Gets the view for the root element of the XML tree for this document.
public static View<XElement> Root(this View<XDocument> documentView)
Type | Name | Description |
---|---|---|
View<XDocument> | documentView | The view representing this XML document. |
Type | Description |
---|---|
View<XElement> | A view containing a single element, the root of the XML tree. |