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