XML LINQ VB.Net

Imports System
Imports System.Xml
Imports System.Xml.XPath
Public Class MainClass
    Public Shared Sub Main()
        Dim el As XElement = This is mixed content
        Console.WriteLine("{0}", el.Value)
    End Sub
End Class