System::Xml::XmlAttributeCollection::Prepend method

XmlAttributeCollection::Prepend method

Inserts the specified attribute as the first node in the collection.

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::Prepend(const SharedPtr<XmlAttribute> &node)
ParameterTypeDescription
nodeconst SharedPtr<XmlAttribute>&The attribute to insert.

ReturnValue

The XmlAttribute added to the collection.

See Also