Table of Contents

ReflectionFiles.Select Method

Definition

Namespace
Sandcastle.Core.InheritedDocumentation
Assembly
Sandcastle.Core.dll

Find all nodes that matches the given XPath query

public IEnumerable<XPathNavigator> Select(string xpath)

Parameters

xpath string

The XPath query used to find nodes

Returns

IEnumerable<XPathNavigator>

An enumerable list of matching nodes