Overload | Description |
---|---|
XmlElementCollection Constructor() | Initializes an empty collection. |
XmlElementCollection Constructor(Int32) | Initializes the collection with the specified capacity. |
XmlElementCollection Constructor(IEnumerable<XmlElement>) | Initializes the collection from another collection. |