Inserts the specified node as the last node in the collection.
[Visual Basic] Overridable Public Function Append( _ ByVal node As XmlAttribute _ ) As XmlAttribute [C#] public virtual XmlAttribute Append( XmlAttribute node ); [C++] public: virtual XmlAttribute* Append( XmlAttribute* node ); [JScript] public function Append( node : XmlAttribute ) : XmlAttribute;
If the node was already in the collection, it will be moved to the last position.
XmlAttributeCollection Class | XmlAttributeCollection Members | System.NewXml Namespace