XmlTargetDictionaryUtilities.EnumerateTargets Method

This is used to enumerate targets

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2025.3.22.0
public static IEnumerable<Target> EnumerateTargets(
	XPathNavigator topicsNode
)

Parameters

topicsNode  XPathNavigator
The topics node from which to get the target information

Return Value

IEnumerable<Target>
An enumerable list of targets

See Also