ReflectionFiles.Select Method
Definition
- Assembly
- Sandcastle.Core.dll
Find all nodes that matches the given XPath query
public IEnumerable<XPathNavigator> Select(string xpath)
Parameters
xpathstringThe XPath query used to find nodes
Returns
- IEnumerable<XPathNavigator>
An enumerable list of matching nodes