Returns a particular XML element from the collection.
public XmlElement GetItem();
public XmlElement GetItem(int index);
Parameter | Description |
---|---|
index | The one based index of the Xml |
The return value is the requested element or null, if the element does not exist.