System::Xml::XmlNode::GetEnumerator method
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
ReturnValue
An Collections::IEnumerator object that can be used to iterate through the child nodes in the current node.
See Also
- Typedef SharedPtr
- Class IEnumerator
- Class XmlNode
- Class XmlNode
- Namespace System::Xml
- Library Aspose.TeX for C++