Node-Konstruktor
Geschützte Member einschließen
Geerbte Member einschließen
Überladungsliste
Name | Beschreibung | |
---|---|---|
Node() | Initializes a new instance of the Node class. | |
Node(String) | Initializes a new instance of the Node class from outer XML. | |
Node(array<OpenXmlElement[]) | Initializes a new instance of the Node class with the specified child elements. | |
Node(IEnumerable<OpenXmlElement>) | Initializes a new instance of the Node class with the specified child elements. |
Nach oben