Click or drag to resize
Sandcastle Help File BuilderReflectionFilesSelect Method
Find all nodes that matches the given XPath query

Namespace: SandcastleBuilder.InheritedDocumentation
Assembly: GenerateInheritedDocs (in GenerateInheritedDocs.exe) Version: 2014.11.22.0
Syntax
public IEnumerable<XPathNavigator> Select(
	string xpath
)

Parameters

xpath
Type: SystemString
The XPath query used to find nodes

Return Value

Type: IEnumerableXPathNavigator
An enumerable list of matching nodes
See Also