Mega Code Archive
Categories
/
VB.Net
/
XML LINQ
Imports xmlns and use it with XElement
Imports
Imports System Imports System.Xml Imports System.Xml.Schema Module Module1 Sub Main() Dim root As XElement = _
Content
Console.WriteLine(root) End Sub End Module