System::Xml::XmlNamedNodeMap::cbegin method

XmlNamedNodeMap::cbegin method

Gets iterator to the first element of collection.

iterator System::Xml::XmlNamedNodeMap::cbegin() const noexcept

ReturnValue

An iterator pointing to the first element in the collection.

See Also