Prepend()

XmlAttributeCollection::Prepend(const SharedPtr<XmlAttribute>&) method

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

SharedPtr<XmlAttribute> System::Xml::XmlAttributeCollection::Prepend(const SharedPtr<XmlAttribute> &node)

Arguments

ParameterTypeDescription
nodeconst SharedPtr<XmlAttribute>&The attribute to insert.

Return Value

The XmlAttribute added to the collection.

See Also