J
Jon Vaughan
Why Cant I get access to what should be system.xml.xmlnode all I get is
system.xml.xmldatadocument.
Here is the code, im REALLY baffeled.
Option Strict On
Imports System
Imports System.Collections
Imports System.Xml
Imports System.Configuration
Imports System.Reflection
Imports System.Collections.Specialized
Namespace Shopping.Common
Public Class Configuration
Public Sub x()
Dim y As System.Xml.XmlDataDocument
End Sub
End Class
End Namespace
system.xml.xmldatadocument.
Here is the code, im REALLY baffeled.
Option Strict On
Imports System
Imports System.Collections
Imports System.Xml
Imports System.Configuration
Imports System.Reflection
Imports System.Collections.Specialized
Namespace Shopping.Common
Public Class Configuration
Public Sub x()
Dim y As System.Xml.XmlDataDocument
End Sub
End Class
End Namespace