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