Table of Contents

TargetDictionary.LoadTargetDictionary Method

Definition

Namespace
Sandcastle.Tools.BuildComponents.Targets
Assembly
Sandcastle.Tools.BuildComponents.dll

This helper method can be called to find all target files and load them into the dictionary

protected virtual void LoadTargetDictionary(int maxDegreeOfParallelism = -1)

Parameters

maxDegreeOfParallelism int

This can be used to override the maximum degree of parallelism. By default, it is -1 to allow as many threads as possible.

Remarks

This method assumes that the dictionary is thread-safe and supports parallel loading of target data. If not, override this method to load the data synchronously.