TagList Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
TagList() | Initializes a new instance of the TagList class. | |
TagList(String) | Initializes a new instance of the TagList class from outer XML. | |
TagList(array<OpenXmlElement[]) | Initializes a new instance of the TagList class with the specified child elements. | |
TagList(IEnumerable<OpenXmlElement>) | Initializes a new instance of the TagList class with the specified child elements. |
Top