Reflection FilesSelect Method
Find all nodes that matches the given XPath query
Definition
Namespace: Sandcastle.Core.InheritedDocumentation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
An enumerable list of matching nodes
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public IEnumerable<XPathNavigator> Select(
string xpath
)VB
Public Function Select (
xpath As String
) As IEnumerable(Of XPathNavigator)C++
public:
IEnumerable<XPathNavigator^>^ Select(
String^ xpath
)F#
member Select :
xpath : string -> IEnumerable<XPathNavigator> Parameters
- xpath String
- The XPath query used to find nodes
Return Value
IEnumerableXPathNavigatorAn enumerable list of matching nodes