XmlImplementation Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy XmlImplementation.

Przeciążenia

Nazwa Opis
XmlImplementation()

Inicjuje nowe wystąpienie klasy XmlImplementation.

XmlImplementation(XmlNameTable)

Inicjuje nowe wystąpienie XmlImplementation klasy z XmlNameTable określonym.

XmlImplementation()

Źródło:
XmlImplementation.cs
Źródło:
XmlImplementation.cs
Źródło:
XmlImplementation.cs
Źródło:
XmlImplementation.cs
Źródło:
XmlImplementation.cs

Inicjuje nowe wystąpienie klasy XmlImplementation.

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

Dotyczy

XmlImplementation(XmlNameTable)

Źródło:
XmlImplementation.cs
Źródło:
XmlImplementation.cs
Źródło:
XmlImplementation.cs
Źródło:
XmlImplementation.cs
Źródło:
XmlImplementation.cs

Inicjuje nowe wystąpienie XmlImplementation klasy z XmlNameTable określonym.

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)

Parametry

Dotyczy