XmlTargetDictionaryUtilitiesEnumerateTargets Method

This is used to enumerate targets

Definition

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

Parameters

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

Return Value

IEnumerableTarget
An enumerable list of targets

See Also