XmlImplementation Constructors

Definition

Initializes a new instance of the XmlImplementation class.

Overloads

XmlImplementation()

Initializes a new instance of the XmlImplementation class.

XmlImplementation(XmlNameTable)

Initializes a new instance of the XmlImplementation class with the XmlNameTable specified.

XmlImplementation()

Initializes a new instance of the XmlImplementation class.

public:
 XmlImplementation();
public XmlImplementation ();
Public Sub New ()

Applies to

XmlImplementation(XmlNameTable)

Initializes a new instance of the XmlImplementation class with the XmlNameTable specified.

public:
 XmlImplementation(System::Xml::XmlNameTable ^ nt);
public XmlImplementation (System.Xml.XmlNameTable nt);
new System.Xml.XmlImplementation : System.Xml.XmlNameTable -> System.Xml.XmlImplementation
Public Sub New (nt As XmlNameTable)

Parameters

nt
XmlNameTable

An XmlNameTable object.

Applies to