Aspose::Words::NodeCollection::GetEnumerator method

NodeCollection::GetEnumerator method

Provides a simple “foreach” style iteration over the collection of nodes.

System::SharedPtr<System::Collections::Generic::IEnumerator<System::SharedPtr<Aspose::Words::Node>>> Aspose::Words::NodeCollection::GetEnumerator() override

ReturnValue

An IEnumerator.

See Also