GetEnumerator()

XmlNode::GetEnumerator() method

Returns an enumerator that iterates through the child nodes in the current node.

SharedPtr<Collections::Generic::IEnumerator<SharedPtr<XmlNode>>> System::Xml::XmlNode::GetEnumerator() override

Return Value

An Collections::IEnumerator object that can be used to iterate through the child nodes in the current node.

See Also