Mega Code Archive
XNamespace Xml Property gets the XNamespace object that corresponds to the XML URI (http
Imports System
Imports System.Xml
Imports System.Xml.Schema
Class MainClass
Shared Sub Main()
Dim root As XElement = _
content
Console.WriteLine(root)
End Sub
End Class