| ReflectionFilesSelect Method |
Find all nodes that matches the given XPath query
Namespace: SandcastleBuilder.InheritedDocumentationAssembly: GenerateInheritedDocs (in GenerateInheritedDocs.exe) Version: 2014.11.22.0
Syntax public IEnumerable<XPathNavigator> Select(
string xpath
)
Public Function Select (
xpath As String
) As IEnumerable(Of XPathNavigator)
public:
IEnumerable<XPathNavigator^>^ Select(
String^ xpath
)
member Select :
xpath : string -> IEnumerable<XPathNavigator>
Parameters
- xpath
- Type: SystemString
The XPath query used to find nodes
Return Value
Type:
IEnumerableXPathNavigatorAn enumerable list of matching nodes
See Also