System::Xml::XmlNodeList class
XmlNodeList class
Represents an ordered collection of nodes.
class XmlNodeList : public System::Collections::Generic::IEnumerable<SharedPtr<System::Xml::XmlNode>>,
public System::IDisposable
Methods
Method | Description |
---|
virtual get_Count() | Returns the number of nodes in the XmlNodeList. |
virtual GetEnumerator() | Provides support for iteration over the collection of nodes in the XmlNodeList. |
virtual idx_get(int32_t) | Returns a node at the given index. |
virtual Item(int32_t) | Retrieves a node at the given index. |
Typedefs
Typedef | Description |
---|
Ptr | An alias for shared pointer to an instance of this class. |
See Also